mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Mostly tests around not-exported IFUNC functions, IFUNC in statically linked binaries and PIEs, etc.
7 lines
142 B
C
7 lines
142 B
C
/* Test local STT_GNU_IFUNC symbols with -fPIC and -static:
|
|
|
|
1. Direct function call.
|
|
2. Function pointer.
|
|
*/
|
|
|
|
#include "ifuncmain7.c"
|