aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-09-14 15:28:35 +0000
committerPaul Brook <paul@codesourcery.com>2006-09-14 15:28:35 +0000
commit136abadcd443e48361253d94dd196d546c624807 (patch)
tree1232595bb04ea3aee0ae791785353e9c5e6a68ce
parentedf4a4b0880a7efdc40413be561b2376e44e83c0 (diff)
downloadnewlib-136abadcd443e48361253d94dd196d546c624807.zip
newlib-136abadcd443e48361253d94dd196d546c624807.tar.gz
newlib-136abadcd443e48361253d94dd196d546c624807.tar.bz2
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.
-rw-r--r--ChangeLog.csl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index ff56f36..58be2eb 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+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.
+
2006-09-14 Julian Brown <julian@codesourcery.com>
gas/