diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 22:01:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 22:01:27 +0000 |
commit | 5dd6c2fbcf2f9f34909f263d5055506780786cd7 (patch) | |
tree | daf06c1c7a8cbd0512b2e4bab6f1699e77de7db8 | |
parent | f6fe58268bc9c4f6a4fedbc3b9e91a924c1b1584 (diff) | |
download | glibc-5dd6c2fbcf2f9f34909f263d5055506780786cd7.tar.gz glibc-5dd6c2fbcf2f9f34909f263d5055506780786cd7.tar.xz glibc-5dd6c2fbcf2f9f34909f263d5055506780786cd7.zip |
Update.
2002-08-25 Andreas Schwab <schwab@suse.de> * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message. * misc/Makefile (CFLAGS-init-misc.c): Variable removed. It served to
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3846b865a7..82d2b82cb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-25 Andreas Schwab <schwab@suse.de> + + * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message. + 2002-08-25 Roland McGrath <roland@redhat.com> * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before @@ -5,7 +9,7 @@ delivered to the user's handler. Reported by Amit D. Chaudhary <amitc@brocade.com>, - * misc/Makefile (CFLAGS-init-misc.c): Varaible removed. It served to + * misc/Makefile (CFLAGS-init-misc.c): Variable removed. It served to set -fkeep-inline-functions, which is not needed for the current file. * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls. |