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