Skip to content

Commit

Permalink
2002-10-01 Roland McGrath <roland@frob.com>
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
Roland McGrath committed Oct 1, 2002
1 parent d1f69fe commit 749a9a4
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 135 deletions.
4 changes: 4 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
Loading

0 comments on commit 749a9a4

Please sign in to comment.