aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-11-19 20:29:48 +0000
committerJeff Law <law@redhat.com>1996-11-19 20:29:48 +0000
commitbd63ee34aa072588846ccbe27bc0e35ff7e3e891 (patch)
treeaaf556150aaf1bc3686710ab69fe44bf7d417f07 /include
parentbd45f82f415de7b2b37eea385d0c215e8e5abd84 (diff)
downloadgdb-bd63ee34aa072588846ccbe27bc0e35ff7e3e891.zip
gdb-bd63ee34aa072588846ccbe27bc0e35ff7e3e891.tar.gz
gdb-bd63ee34aa072588846ccbe27bc0e35ff7e3e891.tar.bz2
* mn10300.h (MN10300_OPERAND_REG_LIST): Define.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog8
-rw-r--r--include/opcode/mn10300.h4
2 files changed, 12 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 88718ec..c1aaff1 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,11 @@
+Tue Nov 19 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
+
+ * mn10300.h (MN10300_OPERAND_REG_LIST): Define.
+
+Wed Nov 6 13:41:08 1996 Jeffrey A Law (law@cygnus.com)
+
+ * mn10300.h (MN10300_OPERAND_SPLIT): Define.
+
Tue Nov 5 13:26:12 1996 Jeffrey A Law (law@cygnus.com)
* mn10300.h (MN10300_OPERAND_EXTENDED): Define.
diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h
index 69b0835..02e3532 100644
--- a/include/opcode/mn10300.h
+++ b/include/opcode/mn10300.h
@@ -94,6 +94,10 @@ extern const struct mn10300_operand mn10300_operands[];
#define MN10300_OPERAND_EXTENDED 0x200
+#define MN10300_OPERAND_SPLIT 0x400
+
+#define MN10300_OPERAND_REG_LIST 0x800
+
/* Opcode Formats. */
#define FMT_S0 1
#define FMT_S1 2