aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-20 19:40:17 +0000
committerRoland McGrath <roland@gnu.org>2002-08-20 19:40:17 +0000
commit070cadeb5ff502d0fd57b6241b65d3724a70d0d0 (patch)
treec709f637594d7ce444469cae05c05dd026674d40 /ChangeLog
parentb5560a4483a8dad8ea53fca08203f581a6507121 (diff)
downloadglibc-070cadeb5ff502d0fd57b6241b65d3724a70d0d0.tar
glibc-070cadeb5ff502d0fd57b6241b65d3724a70d0d0.tar.gz
glibc-070cadeb5ff502d0fd57b6241b65d3724a70d0d0.tar.bz2
glibc-070cadeb5ff502d0fd57b6241b65d3724a70d0d0.zip
* locale/loadarchive.c (_nl_load_locale_from_archive): Handle
partially overlapping mappings. Remove unneeded (char *) casts. Never allow duplication of ranges in mapped areas. 2002-08-20 Roland McGrath <roland@redhat.com> * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors can be detected by make. Reported by H.J. Lu <hjl@gnu.org>. (dl_main): Pass extra argument 0 to TLS_INIT_TP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 402ba95f6e..34d9fd552d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,20 @@
+2002-08-20 Jakub Jelinek <jakub@redhat.com>
+
+ * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
+ partially overlapping mappings. Remove unneeded (char *) casts.
+ Never allow duplication of ranges in mapped areas.
+
+2002-08-20 Roland McGrath <roland@redhat.com>
+
+ * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
+ can be detected by make. Reported by H.J. Lu <hjl@gnu.org>.
+
2002-08-20 Ulrich Drepper <drepper@redhat.com>
* include/unistd.h: Don't hide _exit.
* elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
- (dl_main): Padd extra argument 0 to TLS_INIT_TP.
+ (dl_main): Pass extra argument 0 to TLS_INIT_TP.
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
argument 1 to TLS_INIT_TP.
* sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.