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 /ChangeLog | |
parent | 749a9a4fbfd261e2d9811d9bc4507478c2f7cc58 (diff) | |
download | glibc-988c1ea8a9f44a8f04c2585ced8379bdc12ed0ef.tar.gz glibc-988c1ea8a9f44a8f04c2585ced8379bdc12ed0ef.tar.xz 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e4e2ddbc0f..42a958ff97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 |