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