Retro68/binutils/ld/testsuite/ld-aarch64/relasz.s

10 lines
138 B
ArmAsm
Raw Normal View History

2015-08-28 15:32:19 +00:00
.text
.global func
.type func, %function
func:
adrp x0, :got:foo
ldr x0, [x0, #:got_lo12:foo]
ldr w0, [x0]
ret
.size func, .-func