ld: Skip some x86 ifunc tests for lynxos and nto
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-26.s
1 .text
2 .type resolve_do_it, %function
3 resolve_do_it:
4 .byte 0
5 .size resolve_do_it, .-resolve_do_it
6 .globl do_it
7 .type do_it, %gnu_indirect_function
8 .set do_it,resolve_do_it
This page took 0.029651 seconds and 4 git commands to generate.