ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / test-1.c
CommitLineData
2955ec4c
L
1extern int library_func2 (void);
2int (*fn) (void) = library_func2;
3int main (void) { fn (); return 0; }
This page took 0.477097 seconds and 4 git commands to generate.