From 2f083d7511460b3beea2df165c3e43742f73f3c9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 3 Jun 2009 16:21:40 -0700 Subject: Test for ELF IFUNC functionality. --- elf/ifuncmod3.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 elf/ifuncmod3.c (limited to 'elf/ifuncmod3.c') diff --git a/elf/ifuncmod3.c b/elf/ifuncmod3.c new file mode 100644 index 0000000000..379d2c8d53 --- /dev/null +++ b/elf/ifuncmod3.c @@ -0,0 +1,8 @@ +/* Test STT_GNU_IFUNC symbols with dlopen. */ + +#include "ifuncmod1.c" + +int ret_foo; +int ret_foo_hidden; +int ret_foo_protected; +int global = -1; -- cgit v1.2.3