zig/deps/lld/test/ELF/Inputs/relocation-copy-arm.s
Andrew Kelley 4794281d64 embed LLD 5.0.0
This is 48aaa9f66120f72b5d7e4a90b32fee40a3386ce9 from the
git monorepo.
2017-08-27 17:46:59 -04:00

23 lines
181 B
ArmAsm

.bss
.type x,%object
.globl x
.balign 16
x:
.long 0
.size x, 4
.type y,%object
.globl y
.balign 16
y:
.long 0
.size y, 4
.type z,%object
.globl z
.balign 4
z:
.long 0
.size z, 4