From 5842a7562c8dd965f9b6b9885396b1966bb0cf87 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Sep 2002 00:30:44 +0000 Subject: [PATCH] Update. 2002-09-20 Ulrich Drepper * 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 . --- ChangeLog | 7 +++++++ linuxthreads/ChangeLog | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 136c079..0977e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-09-20 Ulrich Drepper + + * 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 . + 2002-09-20 Steven Munroe * sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 28eebd2..084ed37 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -34,8 +34,8 @@ 2002-09-04 Bruno Haible - * 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 -- 2.7.4