Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-13a.s
CommitLineData
1419bbe5
WN
1 .text
2 .type foo, @function
3 .global foo
4foo:
5 adrp x0, xxx
6 add x0, x0, :lo12:xxx
7 ret
8
9 .data
10xxx:
11 .quad ifunc
This page took 0.048955 seconds and 4 git commands to generate.