aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-03-09 13:08:26 +0000
committerAlan Modra <amodra@gmail.com>2005-03-09 13:08:26 +0000
commit220abb21d1516ccb237389002b6c302c3295d8a0 (patch)
tree7d75b35abfc7fe20f0f9e23e5499bd529ff8d756 /opcodes/ChangeLog
parent4184909a51545bf4b539d9e9e5e03965f0ad1a02 (diff)
downloadfsf-binutils-gdb-220abb21d1516ccb237389002b6c302c3295d8a0.zip
fsf-binutils-gdb-220abb21d1516ccb237389002b6c302c3295d8a0.tar.gz
fsf-binutils-gdb-220abb21d1516ccb237389002b6c302c3295d8a0.tar.bz2
* vax-dis.c (entry_mask_bit): New array.
(print_insn_vax): Decode function entry mask.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index ff232f5..405937f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
+ * vax-dis.c (entry_mask_bit): New array.
+ (print_insn_vax): Decode function entry mask.
+
2005-03-07 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
@@ -8,7 +13,7 @@
2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
- * opcodes/arc-dis.c: Add enum a4_decoding_class.
+ * arc-dis.c (a4_decoding_class): New enum.
(dsmOneArcInst): Use the enum values for the decoding class.
Remove redundant case in the switch for decodingClass value 11.