From d143c49e00c816194b02c51995f7267f77e6a3d7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:11:54 +0000 Subject: Update. 2004-12-21 Jakub Jelinek * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when calling fn is 16 byte aligned. * sysdeps/i386/tst-stack-align.h: New file. * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals. * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. * misc/tst-efgcvt.c: Include float.h. (ecvt_tests): Add 2 new tests. --- ChangeLog | 12 ++++++++++++ linuxthreads/ChangeLog | 7 +++++++ linuxthreads/Makefile | 2 +- nptl/ChangeLog | 9 +++++++++ 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 24e0275505..5c5d3c6b4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-12-21 Jakub Jelinek + + * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when + calling fn is 16 byte aligned. + * sysdeps/i386/tst-stack-align.h: New file. + + * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. + (ecvt_r): Special case denormals. + * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. + * misc/tst-efgcvt.c: Include float.h. + (ecvt_tests): Add 2 new tests. + 2004-12-20 Roland McGrath * version.h (RELEASE, VERSION): development, 2.3.90 diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index beaad8c6c5..1036c480ae 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2004-12-21 Jakub Jelinek + + * Makefile (tests): Add tst-align. + * tst-align.c: New test. + * sysdeps/i386/Makefile (CFLAGS-tst-align.c): Add + -mpreferred-stack-boundary=4. + 2004-12-12 Ulrich Drepper * internals.h: Include to match includes used in nptl. diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 3f06c41276..3d8ab38647 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -111,7 +111,7 @@ tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ ex17 ex18 tst-cancel tst-context bug-sleep \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ tst-cancel6 tst-cancel7 tst-cancel8 tst-popen tst-popen2 tst-attr1 \ - tst-stack1 + tst-stack1 tst-align test-srcs = tst-signal # These tests are linked with libc before libpthread tests-reverse += tst-cancel5 diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f9ebeda707..ddb4dab457 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2004-12-21 Jakub Jelinek + + * sysdeps/i386/tls.h (CALL_THREAD_FCT): Maintain 16 byte alignment of + %esp. + * Makefile (tests): Add tst-align2. + * tst-align2.c: New test. + * sysdeps/i386/Makefile (CFLAGS-tst-align{,2}.c): Add + -mpreferred-stack-boundary=4. + 2004-12-18 Roland McGrath * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: -- cgit v1.2.3