diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-27 18:11:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-27 18:11:27 +0000 |
commit | 8e0998473ff6ac97599f4de0a81257b773930321 (patch) | |
tree | 0efa76bc8b2ad11d05ec2b309ebf421995c4ce55 /ChangeLog | |
parent | b863ccd7c053a4d4b79b37a91679a01fa098b849 (diff) | |
download | glibc-8e0998473ff6ac97599f4de0a81257b773930321.tar.gz glibc-8e0998473ff6ac97599f4de0a81257b773930321.tar.xz glibc-8e0998473ff6ac97599f4de0a81257b773930321.zip |
Update.
2002-02-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START): Work around an Alpha gas bug. 2002-02-27 Ulrich Drepper <drepper@redhat.com> * catgets/open_catalog.c (__open_catalog): Fix typo in code which uses read to load the catalog. Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011]. inside libc itself. Use INTDEF and INTDEF2 to define appropriate
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 41b32438c0..618100d390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-02-27 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START): + Work around an Alpha gas bug. + +2002-02-27 Ulrich Drepper <drepper@redhat.com> + + * catgets/open_catalog.c (__open_catalog): Fix typo in code which + uses read to load the catalog. + Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011]. + 2002-02-26 Ulrich Drepper <drepper@redhat.com> * posix/Makefile (distribute): Add regcomp.c, regexec.c, @@ -32,7 +43,7 @@ 2002-02-25 Ulrich Drepper <drepper@redhat.com> * assert/assert-perr.c: Use INTUSE to reference functions and variables - inside libc itself. Ise INTDEF and INTDEF2 to define appropriate + inside libc itself. Use INTDEF and INTDEF2 to define appropriate aliases. Add prototypes for the new aliases. * assert/assert.c: Likewise. * include/libc-symbols.h: Likewise. |