From 868b78c83cef264d69a854d9128a68845f346fe3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Aug 2002 23:24:40 +0000 Subject: * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing. * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME. --- elf/dl-runtime.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf') diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c index ed1c337367..9b24c30841 100644 --- a/elf/dl-runtime.c +++ b/elf/dl-runtime.c @@ -17,6 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define IN_DL_RUNTIME 1 /* This can be tested in dl-machine.h. */ + #include #include #include -- cgit v1.2.3