aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorTomer Levi <Tomer.Levi@nsc.com>2004-11-29 16:34:35 +0000
committerTomer Levi <Tomer.Levi@nsc.com>2004-11-29 16:34:35 +0000
commit89a649f7aef1d435c136545f48b56c0660ae08ae (patch)
treefd29783822c43c0db4755cb42e630f774af817aa /opcodes/ChangeLog
parent4df39d6c817862778a7c979cd9796d144db921d5 (diff)
downloadgdb-89a649f7aef1d435c136545f48b56c0660ae08ae.zip
gdb-89a649f7aef1d435c136545f48b56c0660ae08ae.tar.gz
gdb-89a649f7aef1d435c136545f48b56c0660ae08ae.tar.bz2
2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
* crx-opc.c (crx_optab): Mark all rbase_disps* operands as signed. (no_op_insn): Initialize array with instructions that have no operands. * crx-dis.c (make_instruction): Get rid of COP_BRANCH_INS operand swapping.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index cdbd4ee..3621f8b 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
+
+ * crx-opc.c (crx_optab): Mark all rbase_disps* operands as signed.
+ (no_op_insn): Initialize array with instructions that have no
+ operands.
+ * crx-dis.c (make_instruction): Get rid of COP_BRANCH_INS operand swapping.
+
2004-11-29 Richard Earnshaw <rearnsha@arm.com>
* arm-dis.c: Correct top-level comment.