From 3c30afc8625c680257b91638c3d9bee01e1fe778 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 22 Jun 2009 15:07:40 -0700 Subject: Add more IFUNC tests. Mostly tests around not-exported IFUNC functions, IFUNC in statically linked binaries and PIEs, etc. --- elf/ifuncmain5pic.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 elf/ifuncmain5pic.c (limited to 'elf/ifuncmain5pic.c') diff --git a/elf/ifuncmain5pic.c b/elf/ifuncmain5pic.c new file mode 100644 index 0000000000..e9144fbb20 --- /dev/null +++ b/elf/ifuncmain5pic.c @@ -0,0 +1,3 @@ +/* Test STT_GNU_IFUNC symbols with -fPIC. */ + +#include "ifuncmain5.c" -- cgit v1.2.3