aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorMark Shinwell <shinwell@codesourcery.com>2006-08-16 18:59:17 +0000
committerMark Shinwell <shinwell@codesourcery.com>2006-08-16 18:59:17 +0000
commitfe987a1fbb72f2fd298d6625e63520f2ef14fd93 (patch)
treefd2334655b06ee85a843980c0bf59d18d552d72b /ChangeLog.csl
parentd19110c4a7c69de61e9aafa8d8fd9ca3e34089c8 (diff)
gcc/
* config/arm/pr-support.c (__gnu_unwind_execute): Insert " + 1" in necessary places to pass the correct "number of registers" values to _Unwind_VRS_Pop. gcc/testsuite/ * g++.dg/eh/arm-vfp-unwind.C: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@116186 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 143f24fe55f..37212b34154 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,13 @@
+2006-08-16 Mark Shinwell <shinwell@codesourcery.com>
+
+ gcc/
+ * config/arm/pr-support.c (__gnu_unwind_execute): Insert " + 1" in
+ necessary places to pass the correct "number of registers" values
+ to _Unwind_VRS_Pop.
+
+ gcc/testsuite/
+ * g++.dg/eh/arm-vfp-unwind.C: New test.
+
2006-08-14 Richard Sandiford <richard@codesourcery.com>
gcc/