about summary refs log tree commit diff
path: root/elf/ifuncmod3.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/ifuncmod3.c')
-rw-r--r--elf/ifuncmod3.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/ifuncmod3.c b/elf/ifuncmod3.c
deleted file mode 100644
index ca2d962600..0000000000
--- a/elf/ifuncmod3.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Test STT_GNU_IFUNC symbols with dlopen.  */
-
-#include "ifuncmod1.c"
-
-int ret_foo;
-int ret_foo_hidden;
-int ret_foo_protected;