diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-07 21:55:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-07 21:55:56 +0000 |
commit | 82412d5402cbd1f606773e4c865857978f4e7a33 (patch) | |
tree | 33379f766b41151158151ede031cd36f1c7f137d /ChangeLog | |
parent | cc1b826866c65da5f902e5e037acccc6e4940e05 (diff) | |
download | glibc-82412d5402cbd1f606773e4c865857978f4e7a33.zip glibc-82412d5402cbd1f606773e4c865857978f4e7a33.tar.gz glibc-82412d5402cbd1f606773e4c865857978f4e7a33.tar.bz2 |
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
from 2002-12-06, but remove unnecessary memset call without removing
necessary copy of initialization image.
* Makerules ($(common-objpfx)format.lds): New target.
(common-generated): Add it.
($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
* scripts/output-format.sed: New file.
* Makefile (distribute): Add it.
2002-12-07 Kenneth W. Chen <kenneth.w.chen@intel.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,9 +1,21 @@ +2002-12-07 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes + from 2002-12-06, but remove unnecessary memset call without removing + necessary copy of initialization image. + + * Makerules ($(common-objpfx)format.lds): New target. + (common-generated): Add it. + ($(inst_libdir)/libc.so): Depend on that, and cat it into the result. + * scripts/output-format.sed: New file. + * Makefile (distribute): Add it. + 2002-12-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/libc-tls.c: Include <sys/param.h>. Reported by Art Haas <ahaas@airmail.net>. -2002-12-07 Kenneth W. Chen <kenneth.w.chen@intel.com>. +2002-12-07 Kenneth W. Chen <kenneth.w.chen@intel.com> * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec. Fix .recovery4. |