[PATCH, LD, AArch64] Fix ifunc testisms
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-23-x86.s
... / ...
CommitLineData
1 .type foo,%gnu_indirect_function
2foo:
3 ret
4 .globl _start
5_start:
6 ret
7 .globl __start
8__start:
9 .data
10 .dc.a foo
This page took 0.026021 seconds and 4 git commands to generate.