diff options
-rw-r--r-- | lld/test/elf2/Inputs/relocation-copy.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lld/test/elf2/Inputs/relocation-copy.s b/lld/test/elf2/Inputs/relocation-copy.s index 0cd0c4cb5ea..dfa73673c4c 100644 --- a/lld/test/elf2/Inputs/relocation-copy.s +++ b/lld/test/elf2/Inputs/relocation-copy.s @@ -1,11 +1,12 @@ -.text -.type x,@object .bss + +.type x,@object .globl x .align 4 x: .long 0 .size x, 4 + .type y,@object .globl y .align 4 |