ld: Skip some x86 ifunc tests for lynxos and nto
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-14b.s
1 .type foo, %gnu_indirect_function
2 .globl foo
3 foo:
4 ret
5 .size foo, .-foo
This page took 0.036719 seconds and 4 git commands to generate.