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