From 749a9a4fbfd261e2d9811d9bc4507478c2f7cc58 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 Oct 2002 08:45:44 +0000 Subject: 2002-10-01 Roland McGrath * config.h.in (NO_HIDDEN): New #undef. * include/libc-symbols.h [! NO_HIDDEN]: Add this condition to nonempty definitions of hidden_proto et al. * configure.in: Grok --disable-hidden-plt to define NO_HIDDEN. * configure: Regenerated. * sysdeps/mach/hurd/configure.in: Always define NO_HIDDEN. * sysdeps/mach/hurd/configure: Regenerated. --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 581de35..b8a6c09 100644 --- a/config.h.in +++ b/config.h.in @@ -143,6 +143,10 @@ and does not need relocations. */ #undef PI_STATIC_AND_HIDDEN +/* Define this to disable the `hidden_proto' et al macros in + include/libc-symbols.h that avoid PLT slots in the shared objects. */ +#undef NO_HIDDEN + /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ -- cgit v1.1