From: Ulrich Drepper Date: Tue, 31 Aug 1999 01:51:11 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485eb0d18472687cf0a5d6e921fcfe0b32299235;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 1d3c79a05da..1fed1951600 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-08-30 Ulrich Drepper + + * sysdeps/i386/Makefile [csu]: Define CFLAGS-initfini.s to force + compiling for i386 to avoid i686-like GOT pointer computation. + 1999-08-28 H.J. Lu * nscd/nscd_getgr_r.c (nscd_getgr_r): Don't count the alloca'ed @@ -6,7 +11,7 @@ 1999-08-28 Ulrich Drepper * malloc/malloc.c (ptmalloc_init): Don't use variables to set - thresholds for SUID binaries. [PR libc/1277] + thresholds for SUID binaries. [PR libc/1277] 1999-08-28 Andreas Jaeger