diff options
author | Paul Brook <paul@codesourcery.com> | 2006-09-16 00:55:33 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-09-16 00:55:33 +0000 |
commit | 16dd5e4216c03faafc790df4736dba54638cc56e (patch) | |
tree | 44565dd52520fe8e6b86f50e674cc48dcd6ecace /gas/ChangeLog | |
parent | f8576127ef2965eed594504822991bd582745d56 (diff) | |
download | gdb-16dd5e4216c03faafc790df4736dba54638cc56e.zip gdb-16dd5e4216c03faafc790df4736dba54638cc56e.tar.gz gdb-16dd5e4216c03faafc790df4736dba54638cc56e.tar.bz2 |
2006-09-16 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (thumb32_negate_data_op): Consistently use
unsigned int to avoid 64-bit host problems.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c589c09..56bdc8a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2006-09-16 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-15 Bernd Schmidt <bernd.schmidt@analog.com> * config/bfin-parse.y (binary): Do some more constant folding for |