Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / relasz.s
CommitLineData
c955de36
WN
1 .text
2 .global func
3 .type func, %function
4func:
5 adrp x0, :got:foo
6 ldr x0, [x0, #:got_lo12:foo]
7 ldr w0, [x0]
8 ret
9 .size func, .-func
This page took 0.030076 seconds and 4 git commands to generate.