about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-17 09:39:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-17 09:39:59 +0000
commit65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc (patch)
treee2fd5705bea97e5f393295cfef96d4d2b8746be4 /nptl
parent3402852c2c478213b086648eab9848a35b7f5dbf (diff)
downloadglibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.tar.gz
glibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.tar.xz
glibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.zip
Update.
2003-09-17  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/Makefile (stack-align-test-flags): Add
	-malign-double -mpreferred-stack-boundary=4.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/sysdeps/i386/Makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 90c7b26e6d..1edbb9842b 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-17  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/i386/Makefile (CFLAGS-tst-align.c): Remove.
+
 2003-09-15  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/i386/Makefile (CFLAGS-pthread_create.c,
diff --git a/nptl/sysdeps/i386/Makefile b/nptl/sysdeps/i386/Makefile
index fac6d8db50..693fb0569f 100644
--- a/nptl/sysdeps/i386/Makefile
+++ b/nptl/sysdeps/i386/Makefile
@@ -21,7 +21,5 @@ gen-as-const-headers += tcb-offsets.sym
 endif
 
 ifeq ($(subdir),nptl)
-CFLAGS-tst-align.c += -malign-double
 CFLAGS-pthread_create.c += -mpreferred-stack-boundary=4
-CFLAGS-tst-align.c += -mpreferred-stack-boundary=4
 endif