summaryrefslogtreecommitdiff
path: root/libc/elf/ifuncmain2pic.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-06-24 16:26:34 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-06-24 16:26:34 +0000
commit0c0eed75570abfa84c7cebbbe4b2dd14492db0a8 (patch)
treeb61aa9fb0ab9b47e63f5d16c5fa8cb6e823c9bdf /libc/elf/ifuncmain2pic.c
parent257ea412cd5f858b64148bef99d4bd6b882c4fb1 (diff)
downloadeglibc2-0c0eed75570abfa84c7cebbbe4b2dd14492db0a8.tar.gz
Merge changes between r8519 and r8594 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@8595 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/elf/ifuncmain2pic.c')
-rw-r--r--libc/elf/ifuncmain2pic.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/elf/ifuncmain2pic.c b/libc/elf/ifuncmain2pic.c
new file mode 100644
index 000000000..0006012a9
--- /dev/null
+++ b/libc/elf/ifuncmain2pic.c
@@ -0,0 +1,3 @@
+/* Test STT_GNU_IFUNC symbols with -fPIC. */
+
+#include "ifuncmain2.c"