diff options
Diffstat (limited to 'elf/ifuncmain1pie.c')
-rw-r--r-- | elf/ifuncmain1pie.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/ifuncmain1pie.c b/elf/ifuncmain1pie.c new file mode 100644 index 0000000000..c16ef6dd09 --- /dev/null +++ b/elf/ifuncmain1pie.c @@ -0,0 +1,3 @@ +/* Test STT_GNU_IFUNC symbols with PIE. */ + +#include "ifuncmain1.c" |