diff options
Diffstat (limited to 'test/ELF/Inputs/relocation-copy-align.s')
| -rw-r--r-- | test/ELF/Inputs/relocation-copy-align.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ELF/Inputs/relocation-copy-align.s b/test/ELF/Inputs/relocation-copy-align.s new file mode 100644 index 000000000000..83dedc7218d5 --- /dev/null +++ b/test/ELF/Inputs/relocation-copy-align.s @@ -0,0 +1,9 @@ +.data + .balign 16 + .zero 12 + + .type x,@object + .globl x +x: + .long 0 + .size x, 4 |
