diff options
author | Paul Brook <paul@codesourcery.com> | 2006-06-07 14:08:19 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-06-07 14:08:19 +0000 |
commit | c22aaad1c77dc0050546d8d1488b6b9ca3c0ebeb (patch) | |
tree | d0272c8bfc9a7090456b3c25130ed3bb8da68362 /binutils/testsuite/ChangeLog | |
parent | ebd1c8757cf3f32daffe2615cbb778e495ebe412 (diff) | |
download | gdb-c22aaad1c77dc0050546d8d1488b6b9ca3c0ebeb.zip gdb-c22aaad1c77dc0050546d8d1488b6b9ca3c0ebeb.tar.gz gdb-c22aaad1c77dc0050546d8d1488b6b9ca3c0ebeb.tar.bz2 |
2006-06-06 Paul Brook <paul@codesourcery.com>
opcodes/
* arm-dis.c (coprocessor_opcodes): Add %c to unconditional arm
instructions.
(neon_opcodes): Add conditional execution specifiers.
(thumb_opcodes): Ditto.
(thumb32_opcodes): Ditto.
(arm_conditional): Change 0xe to "al" and add "" to end.
(ifthen_state, ifthen_next_state, ifthen_address): New.
(IFTHEN_COND): Define.
(print_insn_coprocessor, print_insn_neon): Print thumb conditions.
(print_insn_arm): Change %c to use new values of arm_conditional.
(print_insn_thumb16): Print thumb conditions. Add %I.
(print_insn_thumb32): Print thumb conditions.
(find_ifthen_state): New function.
(print_insn): Track IT block state.
gas/testsuite/
* gas/arm/thumb2_bcond.d: Update expected output.
* gas/arm/thumb32.d: Ditto.
* gas/arm/vfp1_t2.d: Ditto.
* gas/arm/vfp1xD_t2.d: Ditto.
binutils/testsuite/
* binutils-all/arm/objdump.exp: New file.
* binutils-all/arm/thumb2-cond.s: New test.
Diffstat (limited to 'binutils/testsuite/ChangeLog')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 410f784..0fabcda 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-06-06 Paul Brook <paul@codesourcery.com> + + * binutils-all/arm/objdump.exp: New file. + * binutils-all/arm/thumb2-cond.s: New test. + 2006-05-03 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/copy-3.d: Fix a typo. |