aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2005-01-19 23:29:12 +0000
committerFred Fish <fnf@specifix.com>2005-01-19 23:29:12 +0000
commitdc9a9f39cc1454a6627d1a06e455cbef68979b18 (patch)
tree5afcff69be65e802f24cfba2054d93e66a22d365 /include/opcode/ChangeLog
parentb4f61ddf3aec45d33b3a4ee1637046e409993730 (diff)
downloadgdb-dc9a9f39cc1454a6627d1a06e455cbef68979b18.zip
gdb-dc9a9f39cc1454a6627d1a06e455cbef68979b18.tar.gz
gdb-dc9a9f39cc1454a6627d1a06e455cbef68979b18.tar.bz2
2005-01-19 Fred Fish <fnf@specifixinc.com>
* mips.h (struct mips_opcode): Add new pinfo2 member. (INSN_ALIAS): New define for opcode table entries that are specific instances of another entry, such as 'move' for an 'or' with a zero operand. (INSN_READ_MDMX_ACC): Redefine from 0 to 0x2. (INSN_WRITE_MDMX_ACC): Redefine from 0 to 0x4.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 1927431..ae60f33 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,12 @@
+2005-01-19 Fred Fish <fnf@specifixinc.com>
+
+ * mips.h (struct mips_opcode): Add new pinfo2 member.
+ (INSN_ALIAS): New define for opcode table entries that are
+ specific instances of another entry, such as 'move' for an 'or'
+ with a zero operand.
+ (INSN_READ_MDMX_ACC): Redefine from 0 to 0x2.
+ (INSN_WRITE_MDMX_ACC): Redefine from 0 to 0x4.
+
2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
* mips.h (CPU_RM9000): Define.