x86: Add -z noseparate-code to IFUNC tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / test-2.c
CommitLineData
2955ec4c
L
1extern int library_func2 (void);
2int foo (void) { library_func2 (); return 0; }
3__asm__(".type library_func2, %gnu_indirect_function");
This page took 0.381506 seconds and 4 git commands to generate.