diff options
author | Zack Weinberg <zackw@panix.com> | 2005-03-12 18:14:05 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2005-03-12 18:14:05 +0000 |
commit | 0a003adc41a589d208bc114c2d19383880ff7073 (patch) | |
tree | 4967564c66ae873e9611637e9186eb04d6dca0d6 /include/ChangeLog | |
parent | f1210edfba61bdddfeb4ae526b61f58d78aa7754 (diff) | |
download | gdb-0a003adc41a589d208bc114c2d19383880ff7073.zip gdb-0a003adc41a589d208bc114c2d19383880ff7073.tar.gz gdb-0a003adc41a589d208bc114c2d19383880ff7073.tar.bz2 |
include:
* opcode/arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T.
Add ARM_EXT_V6T2, ARM_ARCH_V6T2, ARM_ARCH_V6KT2, ARM_ARCH_V6ZT2,
and ARM_ARCH_V6ZKT2.
opcodes:
* arm-dis.c (arm_opcodes): Document %E and %V.
Add entries for v6T2 ARM instructions:
bfc bfi mls strht ldrht ldrsht ldrsbt movw movt rbit ubfx sbfx.
(print_insn_arm): Add support for %E and %V.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index b659971..9dee8dd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2005-03-12 Zack Weinberg <zack@codesourcery.com> + + * opcode/arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T. + Add ARM_EXT_V6T2, ARM_ARCH_V6T2, ARM_ARCH_V6KT2, ARM_ARCH_V6ZT2, + and ARM_ARCH_V6ZKT2. + 2005-03-09 Mark Mitchell <mark@codesourcery.com> * libiberty.h (gettimeofday): Declare. @@ -58,7 +64,7 @@ * dis-asm.h: Add prototype for print_insn_maxq_little. 2004-11-05 Tomer Levi <Tomer.Levi@nsc.com> - + * opcode/crx.h (enum argtype): Rename types, remove unused types. 2004-10-27 Richard Earnshaw <rearnsha@arm.com> @@ -71,7 +77,7 @@ (enum reg_type): Remove CRX_PC_REGTYPE, CRX_MTPR_REGTYPE. (enum operand_type): Rearrange operands, edit comments. replace us<N> with ui<N> for unsigned immediate. - replace d<N> with disps<N>/dispu<N>/dispe<N> for signed/unsigned/escaped + replace d<N> with disps<N>/dispu<N>/dispe<N> for signed/unsigned/escaped displacements (respectively). replace rbase_ridx_scl2_dispu<N> with rindex_disps<N> for register index. (instruction type): Add NO_TYPE_INS. |