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/ifuncmain7static.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 elf/ifuncmain7static.c (limited to 'elf/ifuncmain7static.c') diff --git a/elf/ifuncmain7static.c b/elf/ifuncmain7static.c new file mode 100644 index 0000000000..e470d570ef --- /dev/null +++ b/elf/ifuncmain7static.c @@ -0,0 +1,7 @@ +/* Test local STT_GNU_IFUNC symbols with -static: + + 1. Direct function call. + 2. Function pointer. + */ + +#include "ifuncmain7.c" -- cgit 1.4.1