diff options
author | Paul Brook <paul@codesourcery.com> | 2005-08-15 19:19:55 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-08-15 19:19:55 +0000 |
commit | 3d3889971085bdb9017e31881c2bfc7600e44c55 (patch) | |
tree | cd0cf30be02150f4faca564def6cd262d9fb25ef /gas/ChangeLog | |
parent | 4af0a1d8b63b664a24cc11f58cc914e757242272 (diff) | |
download | gdb-3d3889971085bdb9017e31881c2bfc7600e44c55.zip gdb-3d3889971085bdb9017e31881c2bfc7600e44c55.tar.gz gdb-3d3889971085bdb9017e31881c2bfc7600e44c55.tar.bz2 |
2005-08-15 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (do_t_mov_cmp): Fix encoding of i16-bit conditional
instructions.
(do_t_mvn_tst, do_t_neg, do_t_shift): Ditto.
gas/testsuite/
* gas/arm/thumb2_it.s: Add more instruction variants.
* gas/arm/thumb2_it.d: Ditto.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f6ca310..a17d651 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-08-15 Paul Brook <paul@codesourcery.com> + + * config/tc-arm.c (do_t_mov_cmp): Fix encoding of i16-bit conditional + instructions. + (do_t_mvn_tst, do_t_neg, do_t_shift): Ditto. + 2005-08-15 Daniel Jacobowitz <dan@codesourcery.com> * config/tc-ppc.c (parse_cpu): Add -me300 support. |