diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-22 19:58:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-22 19:58:14 +0000 |
commit | 578af3381518983dccfb99df52cc917c43f38542 (patch) | |
tree | 159f726c7620e53f37a4ca06d63c431e2eeadecd | |
parent | 25d0dd6338176b967cf2b7c2af51a396865e0aab (diff) | |
download | glibc-578af3381518983dccfb99df52cc917c43f38542.tar.gz glibc-578af3381518983dccfb99df52cc917c43f38542.tar.xz glibc-578af3381518983dccfb99df52cc917c43f38542.zip |
Update.
2001-02-22 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/elf/start.S (_fp_hw): Actually define label. * configure.in: Don't check for libgd if user passed --without-gd.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f157603abd..78eecd687a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-22 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/elf/start.S (_fp_hw): Actually define label. + 2001-02-22 Andreas Jaeger <aj@suse.de> * string/tst-strtok.c (main): Fix error messages. @@ -21,7 +25,7 @@ * sysdeps/generic/ftime.c: Include <time.h>. - * configure.in: Don't check for libgd if user set --without-gd. + * configure.in: Don't check for libgd if user passed --without-gd. Patch by Achim Gottinger <achim@gentoo.org>. * sysdeps/i386/i686/strtok.S: Continue to return NULL after the |