diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-21 00:30:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-21 00:30:44 +0000 |
commit | 5842a7562c8dd965f9b6b9885396b1966bb0cf87 (patch) | |
tree | 1476bfcb704871b48929381b6d4346fa5be9cf03 | |
parent | 53fe27588340a92aa9652cd2b099e4d3be959c2b (diff) | |
download | glibc-5842a7562c8dd965f9b6b9885396b1966bb0cf87.tar glibc-5842a7562c8dd965f9b6b9885396b1966bb0cf87.tar.gz glibc-5842a7562c8dd965f9b6b9885396b1966bb0cf87.tar.bz2 glibc-5842a7562c8dd965f9b6b9885396b1966bb0cf87.zip |
Update.
2002-09-20 Ulrich Drepper <drepper@redhat.com>
* elf/dl-init.c (_dl_init): Fix test of the size of the
preinit_array section.
(call_init): Optimize access to DT_INIT_ARRAY entry a bit.
Reported by Brian Cabral <cabral@ikuni.com>.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2002-09-20 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-init.c (_dl_init): Fix test of the size of the + preinit_array section. + (call_init): Optimize access to DT_INIT_ARRAY entry a bit. + Reported by Brian Cabral <cabral@ikuni.com>. + 2002-09-20 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 28eebd2256..084ed375c2 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -34,8 +34,8 @@ 2002-09-04 Bruno Haible <bruno@clisp.org> - * sysdeps/alpha/pt-machine.h: Choose different include file location - on non-Linux platforms. + * sysdeps/alpha/pt-machine.h: Choose different include file location + on non-Linux platforms. * wrapsyscall.c (PROMOTE_INTEGRAL_TYPE): New macro. (open, open64): Change va_arg argument type to the integral type to |