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