aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-29 18:45:03 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-29 18:45:03 +0000
commitf13df7c79dc6e3f86bf8a33c113e681d1bdeab37 (patch)
tree931507d18ecb7d9dfae0cd256726b2da29c6cc05 /ChangeLog
parent3d49d03c71172f7c7b5ebbfb3f298b09d0ed4db2 (diff)
downloadglibc-f13df7c79dc6e3f86bf8a33c113e681d1bdeab37.tar
glibc-f13df7c79dc6e3f86bf8a33c113e681d1bdeab37.tar.gz
glibc-f13df7c79dc6e3f86bf8a33c113e681d1bdeab37.tar.bz2
glibc-f13df7c79dc6e3f86bf8a33c113e681d1bdeab37.zip
Update.
2001-08-28 H.J. Lu <hjl@gnu.org> * Makeconfig (combreloc-LDFLAGS): New variable. Add it to LDFALGS.so, LDFLAGS-rtld, and +link. * config.make.in (have-z-combreloc): New variable. * configure.in: Substitute libc_cv_z_combreloc. * iconv/strtab.c (searchstring): Use correct length for comparison.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d94f398bb0..68cc873813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-28 H.J. Lu <hjl@gnu.org>
+
+ * Makeconfig (combreloc-LDFLAGS): New variable.
+ Add it to LDFALGS.so, LDFLAGS-rtld, and +link.
+ * config.make.in (have-z-combreloc): New variable.
+ * configure.in: Substitute libc_cv_z_combreloc.
+
2001-08-29 Ulrich Drepper <drepper@redhat.com>
* po/sv.po: Update from translation team.
@@ -48,8 +55,7 @@
2001-08-27 Ulrich Drepper <drepper@redhat.com>
- * iconv/strtab.c (searchstring): Use correct length for
- comparison.
+ * iconv/strtab.c (searchstring): Use correct length for comparison.
(strtabadd): Account total size correct if new string has old string as
substring.