xref: /llvm-project/lld/test/ELF/Inputs/relocation-copy-arm.s (revision 8646ced0533613b7c71c3b9e47101c649f899c5d)
1.bss
2
3.type x,%object
4.globl x
5.balign 16
6x:
7.long 0
8.size x, 4
9
10.type y,%object
11.globl y
12.balign 16
13y:
14.long 0
15.size y, 4
16
17.type z,%object
18.globl z
19.balign 4
20z:
21.long 0
22.size z, 4
23