diff options
author | Paul Brook <paul@codesourcery.com> | 2005-08-05 12:28:23 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-08-05 12:28:23 +0000 |
commit | e27ec89e51e1db97b276d427f8fd3d8abe57631f (patch) | |
tree | e7eaafe74dde86f7e89bee72e60335232f857316 /gas/testsuite/ChangeLog | |
parent | 9c3c69f2f1d2925a08837d4c18b5e9ffd1aff301 (diff) | |
download | gdb-e27ec89e51e1db97b276d427f8fd3d8abe57631f.zip gdb-e27ec89e51e1db97b276d427f8fd3d8abe57631f.tar.gz gdb-e27ec89e51e1db97b276d427f8fd3d8abe57631f.tar.bz2 |
2005-08-05 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (current_it_mask, current_cc): New variables.
(do_t_add_sub): Use correct encodings inside IT block.
(do_t_arit3c): Ditto.
(do_t_it): Simplify logic. Set current_it_mask and current_cc.
(md_assemble): Verify conditional suffixes agains IT blocks.
gas/testsuite/
* gas/arm/thumb32.s: Use correct conditional suffixes inside IT
blocks.
* gas/arm/thumb2_it.d, gas/arm/thumb2_it.s: New test.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f565aed..0f41a71 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2005-08-05 Paul Brook <paul@codesourcery.com> + * gas/arm/thumb32.s: Use correct conditional suffixes inside IT + blocks. + * gas/arm/thumb2_it.d, gas/arm/thumb2_it.s: New test. + +2005-08-05 Paul Brook <paul@codesourcery.com> + * gas/arm/thumb32.d: Update ldm/stm dests. * gas/arm/thumb32.s: Ditto. |