diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2004-11-27 11:09:21 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2004-11-27 11:09:21 +0000 |
commit | 2fbad815289f9933109a806c26d5501485d7ef99 (patch) | |
tree | 662d8418a240ecf71d3ae5ed749adb93b20903b1 /opcodes/ChangeLog | |
parent | bc9487317097a613a431fd4a3f2914c9cd0efa83 (diff) | |
download | gdb-2fbad815289f9933109a806c26d5501485d7ef99.zip gdb-2fbad815289f9933109a806c26d5501485d7ef99.tar.gz gdb-2fbad815289f9933109a806c26d5501485d7ef99.tar.bz2 |
* arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
architecuture defining the insn.
(arm_opcodes, thumb_opcodes): Delete. Move to ...
* arm-dis.c (arm_opcodes, thumb_opcodes): Here.
Also include opcode/arm.h.
* Makefile.am (arm-dis.lo): Update dependency list.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5a19bb5..5186ae1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2004-11-27 Richard Earnshaw <rearnsha@arm.com> + + * arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the + architecuture defining the insn. + (arm_opcodes, thumb_opcodes): Delete. Move to ... + * arm-dis.c (arm_opcodes, thumb_opcodes): Here. + Also include opcode/arm.h. + * Makefile.am (arm-dis.lo): Update dependency list. + * Makefile.in: Regenerate. + 2004-11-22 Ravi Ramaseshan <ravi.ramaseshan@codito.com> * opcode/arc-opc.c (insert_base): Modify ls_operand[LS_OFFSET] to |