summaryrefslogtreecommitdiff
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
commitaf45ff4cd22fc5be3640a1fb59d705d6c386f400 (patch)
tree05d7826a762e0da566946260641f995370dcf010
parent3a0984d4887d349459a139118aa7a1ed14617b3e (diff)
downloadgdb-af45ff4cd22fc5be3640a1fb59d705d6c386f400.tar.gz
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 ff56f361bf1..58be2ebfb78 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/