From: Andreas Jaeger Date: Thu, 22 Feb 2001 08:28:05 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_3~354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e947e3162f9967200ae8af2aa5741f6b26b696b2;p=platform%2Fupstream%2Fglibc.git Update. 2001-02-18 Maciej W. Rozycki * sysdeps/mips/bsd-_setjmp.S (_setjmp): Reorder instructions to avoid problems on MIPS I. * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise. * sysdeps/mips/dl-machine.h (RTLD_START): Remove duplicate ".set noreorder". --- diff --git a/ChangeLog b/ChangeLog index ffcd759..c5fc63d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-02-18 Maciej W. Rozycki + + * sysdeps/mips/bsd-_setjmp.S (_setjmp): Reorder instructions to + avoid problems on MIPS I. + * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise. + + * sysdeps/mips/dl-machine.h (RTLD_START): Remove duplicate ".set + noreorder". + 2001-02-21 Ulrich Drepper * posix/fnmatch_loop.c: Handle ranges outside glibc correctly.