summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-09-14 22:33:44 +0000
committerPaul Brook <paul@codesourcery.com>2006-09-14 22:33:44 +0000
commit6c7c31ab90f1bdf8aa9aa38c0b45056335316b03 (patch)
tree94e00552b81bc07c7a592f0b6442208efafe8613
parentaf45ff4cd22fc5be3640a1fb59d705d6c386f400 (diff)
downloadgdb-6c7c31ab90f1bdf8aa9aa38c0b45056335316b03.tar.gz
2006-09-14 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (s_arm_unwind_movsp): Add offset argument. * doc/c-arm.texi (movsp): Document offset argument.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 58be2ebfb78..367101577b4 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,11 @@
2006-09-14 Paul Brook <paul@codesourcery.com>
+ gas/
+ * config/tc-arm.c (s_arm_unwind_movsp): Add offset argument.
+ * doc/c-arm.texi (movsp): Document offset argument.
+
+2006-09-14 Paul Brook <paul@codesourcery.com>
+
* config/tc-arm.c (thumb32_negate_data_op): Consistently use
unsigned int to avoid 64-bit host problems.