aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2011-10-07 22:51:11 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-10-07 22:51:11 +0000
commit91a639a157751047ee68101244a549d2ed34fdf5 (patch)
tree3b765e8cf4c5fb417aa4503594814c8f18a4d4f8 /libgcc/ChangeLog
parent2205ed2513edc01b29a6a87983ccee7ccaf3b194 (diff)
downloadgcc-91a639a157751047ee68101244a549d2ed34fdf5.zip
gcc-91a639a157751047ee68101244a549d2ed34fdf5.tar.gz
gcc-91a639a157751047ee68101244a549d2ed34fdf5.tar.bz2
re PR target/46093 (code compiled with -fsplit-stack crashes when passing large struct)
PR target/46093 * generic-morestack.c (__generic_morestack): Make sure the segment is large enough for both the stack frame and the copied parameters. From-SVN: r179702
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index a83456b..6bc2ed5 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-07 Ian Lance Taylor <iant@google.com>
+
+ PR target/46093
+ * generic-morestack.c (__generic_morestack): Make sure the segment
+ is large enough for both the stack frame and the copied
+ parameters.
+
2011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR bootstrap/49804