about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-07-16 03:10:06 -0700
committerRoland McGrath <roland@hack.frob.com>2011-07-16 03:10:06 -0700
commitdb290cf59207aff09d1794e666e2854a93775f32 (patch)
tree958bfef6730db728842232b19b8875a0615e8a93 /ChangeLog
parentfd5e21c75d8e9221d766f4bc922a237265514ec2 (diff)
downloadglibc-db290cf59207aff09d1794e666e2854a93775f32.tar.gz
glibc-db290cf59207aff09d1794e666e2854a93775f32.tar.xz
glibc-db290cf59207aff09d1794e666e2854a93775f32.zip
Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a440ae59d..06aae046ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2011-07-02  Roland McGrath  <roland@hack.frob.com>
+2011-07-16  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
+	now disallowed by GCC.
 
 	* configure.in (use-default-link): Default to yes if a test -shared
 	link meets our qualifications.