Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-09-15 02:33:44 +0400
committerPaul Brook <paul@codesourcery.com>2006-09-15 02:33:44 +0400
commit3863e1dd6368e0b4556152dde2e39ebdeee5fcea (patch)
treeef1c864c1fe10c51377e85d60fc936c7f0447a8b
parent136abadcd443e48361253d94dd196d546c624807 (diff)
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 58be2ebfb..367101577 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.