summaryrefslogtreecommitdiff
path: root/elf/ifuncmain4.c
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-06-03 16:21:40 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-03 16:21:40 -0700
commit2f083d7511460b3beea2df165c3e43742f73f3c9 (patch)
treedb6421cac30909a7a0546460ca271d0b54158ea0 /elf/ifuncmain4.c
parentfbb04b35e7997070feec74e0fd46953faef71f9e (diff)
Test for ELF IFUNC functionality.
Diffstat (limited to 'elf/ifuncmain4.c')
-rw-r--r--elf/ifuncmain4.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/elf/ifuncmain4.c b/elf/ifuncmain4.c
new file mode 100644
index 0000000000..e55fee2eb3
--- /dev/null
+++ b/elf/ifuncmain4.c
@@ -0,0 +1,4 @@
+/* Test STT_GNU_IFUNC symbols in a single source file. */
+
+#include "ifuncmod1.c"
+#include "ifuncmain1.c"