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-14 19:28:35 +0400
committerPaul Brook <paul@codesourcery.com>2006-09-14 19:28:35 +0400
commit136abadcd443e48361253d94dd196d546c624807 (patch)
tree1232595bb04ea3aee0ae791785353e9c5e6a68ce
parentedf4a4b0880a7efdc40413be561b2376e44e83c0 (diff)
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 ff56f361b..58be2ebfb 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/