mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
3c30afc862
Mostly tests around not-exported IFUNC functions, IFUNC in statically linked binaries and PIEs, etc.
8 lines
128 B
C
8 lines
128 B
C
/* Test local STT_GNU_IFUNC symbols with PIE:
|
|
|
|
1. Direct function call.
|
|
2. Function pointer.
|
|
*/
|
|
|
|
#include "ifuncmain7.c"
|