Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / relasz.s
blob8c7f891599bf0834d7f1efa225e166e7c7cb4d0b
1 .text
2 .global func
3 .type func, %function
4 func:
5 adrp x0, :got:foo
6 ldr x0, [x0, #:got_lo12:foo]
7 ldr w0, [x0]
8 ret
9 .size func, .-func