diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-01 08:46:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-01 08:46:42 +0000 |
commit | 988c1ea8a9f44a8f04c2585ced8379bdc12ed0ef (patch) | |
tree | 6fe8514fdbf99a909098f02d26a8aee9408dfbbc | |
parent | 749a9a4fbfd261e2d9811d9bc4507478c2f7cc58 (diff) | |
download | glibc-988c1ea8a9f44a8f04c2585ced8379bdc12ed0ef.tar glibc-988c1ea8a9f44a8f04c2585ced8379bdc12ed0ef.tar.gz glibc-988c1ea8a9f44a8f04c2585ced8379bdc12ed0ef.tar.bz2 glibc-988c1ea8a9f44a8f04c2585ced8379bdc12ed0ef.zip |
* 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.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +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. + 2002-09-19 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/dl-fptr.c (make_fdesc): Load address of "local" via |