glibc/elf/ifuncmain7pic.c
H.J. Lu 3c30afc862 Add more IFUNC tests.
Mostly tests around not-exported IFUNC functions, IFUNC in statically
linked binaries and PIEs, etc.
2009-06-22 15:07:40 -07:00

8 lines
130 B
C

/* Test local STT_GNU_IFUNC symbols with -fPIC:
1. Direct function call.
2. Function pointer.
*/
#include "ifuncmain7.c"