ld: Extract _bfd_elf_link_iterate_on_relocs
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / relasz.s
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