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