about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-12-22 20:11:54 +0000
committerUlrich Drepper <drepper@redhat.com>2004-12-22 20:11:54 +0000
commitd143c49e00c816194b02c51995f7267f77e6a3d7 (patch)
tree09f7ea51c583d5b55880b653066e1dcbe1378d7c /linuxthreads/ChangeLog
parenta334319f6530564d22e775935d9c91663623a1b4 (diff)
downloadglibc-d143c49e00c816194b02c51995f7267f77e6a3d7.tar.gz
glibc-d143c49e00c816194b02c51995f7267f77e6a3d7.tar.xz
glibc-d143c49e00c816194b02c51995f7267f77e6a3d7.zip
Update.
2004-12-21  Jakub Jelinek  <jakub@redhat.com>

	* 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.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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  <jakub@redhat.com>
+
+	* 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  <drepper@redhat.com>
 
 	* internals.h: Include <stdbool.h> to match includes used in nptl.