ld: Skip some x86 IFUNC tests for Solaris
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-14a.s
CommitLineData
aa715242
L
1 .text
2 .globl bar
3 .type bar, @function
4bar:
74437ea2 5 jmp foo@PLT
aa715242
L
6 .size bar, .-bar
7 .hidden foo
This page took 0.411505 seconds and 4 git commands to generate.