diff options
author | Paul Brook <paul@codesourcery.com> | 2006-03-20 15:38:02 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-03-20 15:38:02 +0000 |
commit | dfa9f0d57b133318a0de825a53a8b8ced0e86914 (patch) | |
tree | d84a7a842c3b23653c32a129e6d6da22b0b8d927 /gas/ChangeLog | |
parent | 6e1cb1a6e6a9cf32d58f5f9dd41365c6d5b635b0 (diff) | |
download | gdb-dfa9f0d57b133318a0de825a53a8b8ced0e86914.zip gdb-dfa9f0d57b133318a0de825a53a8b8ced0e86914.tar.gz gdb-dfa9f0d57b133318a0de825a53a8b8ced0e86914.tar.bz2 |
2006-03-20 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (BAD_BRANCH, BAD_NOT_IT): Define.
(do_t_branch): Encode branches inside IT blocks as unconditional.
(do_t_cps): New function.
(do_t_blx, do_t_bkpt, do_t_branch23, do_t_bx, do_t_bxj, do_t_cpsi,
do_t_czb, do_t_it, do_t_setend, do_t_tb): Add IT constaints.
(opcode_lookup): Allow conditional suffixes on all instructions in
Thumb mode.
(md_assemble): Advance condexec state before checking for errors.
(insns): Use do_t_cps.
gas/testsuite/
* gas/arm/thumb2_bcond.d: New test.
* gas/arm/thumb2_bcond.s: New test.
* gas/arm/thumb2_it_bad.d: New test.
* gas/arm/thumb2_it_bad.l: New test.
* gas/arm/thumb2_it_bad.s: New test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7ea4f29..53f3bb2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,17 @@ 2006-03-20 Paul Brook <paul@codesourcery.com> + * config/tc-arm.c (BAD_BRANCH, BAD_NOT_IT): Define. + (do_t_branch): Encode branches inside IT blocks as unconditional. + (do_t_cps): New function. + (do_t_blx, do_t_bkpt, do_t_branch23, do_t_bx, do_t_bxj, do_t_cpsi, + do_t_czb, do_t_it, do_t_setend, do_t_tb): Add IT constaints. + (opcode_lookup): Allow conditional suffixes on all instructions in + Thumb mode. + (md_assemble): Advance condexec state before checking for errors. + (insns): Use do_t_cps. + +2006-03-20 Paul Brook <paul@codesourcery.com> + * config/tc-arm.c (output_relax_insn): Call dwarf2_emit_insn before outputting the insn. |