summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-01 08:45:44 +0000
committerRoland McGrath <roland@gnu.org>2002-10-01 08:45:44 +0000
commit749a9a4fbfd261e2d9811d9bc4507478c2f7cc58 (patch)
tree17cafa03770236ee2f1b6671f22501b35eaf816d /config.h.in
parentd1f69fed96fdb47aa7394d6e0ece1e16811d55fd (diff)
2002-10-01 Roland McGrath <roland@frob.com>
* 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.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 581de35208..b8a6c09270 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. */