ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-8a.s
CommitLineData
1419bbe5
WN
1 .text
2 .type start,"function"
3 .global start
4start:
5 .type _start,"function"
6 .global _start
7_start:
8 .type __start,"function"
9 .global __start
10__start:
11 .type __start,"function"
12 adrp x0, :got:foo
13 ldr x0, [x0, #:got_lo12:foo]
This page took 0.47819 seconds and 4 git commands to generate.