diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-29 18:45:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-29 18:45:03 +0000 |
commit | f13df7c79dc6e3f86bf8a33c113e681d1bdeab37 (patch) | |
tree | 931507d18ecb7d9dfae0cd256726b2da29c6cc05 /ChangeLog | |
parent | 3d49d03c71172f7c7b5ebbfb3f298b09d0ed4db2 (diff) | |
download | glibc-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-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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. |