diff options
author | Alan Modra <amodra@gmail.com> | 2012-02-27 06:40:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-02-27 06:40:42 +0000 |
commit | 35a358074fc5d36cc1df4a33660ae1edc735c330 (patch) | |
tree | 6fa70d1e9148c1267c599562e99ad637710ba552 /gas/ChangeLog | |
parent | 1f42f8b31d2ef0cd0e4967f7d9414e0671be288e (diff) | |
download | gdb-35a358074fc5d36cc1df4a33660ae1edc735c330.zip gdb-35a358074fc5d36cc1df4a33660ae1edc735c330.tar.gz gdb-35a358074fc5d36cc1df4a33660ae1edc735c330.tar.bz2 |
* config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bits
and sign extend before range tests.
(constant_fits_size_p): Similarly.
(get_specific): Trim X_add_number to 32 bits.
(fix_operand_size): Likewise, and use unsigned test for signed
ranges.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dbbfcdb..42d4ff1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,14 @@ 2012-02-27 Alan Modra <amodra@gmail.com> + * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bits + and sign extend before range tests. + (constant_fits_size_p): Similarly. + (get_specific): Trim X_add_number to 32 bits. + (fix_operand_size): Likewise, and use unsigned test for signed + ranges. + +2012-02-27 Alan Modra <amodra@gmail.com> + * config/tc-crx.c: Include bfd_stdint.h. (getconstant): Remove irrelevant comment. Don't fail due to sign-extension of int mask. |