]> Git Repo - binutils.git/commitdiff
* mn10300.h (MN10300_OPERAND_REG_LIST): Define.
authorJeff Law <[email protected]>
Tue, 19 Nov 1996 20:29:48 +0000 (20:29 +0000)
committerJeff Law <[email protected]>
Tue, 19 Nov 1996 20:29:48 +0000 (20:29 +0000)
include/opcode/ChangeLog
include/opcode/mn10300.h

index 88718ec78551991cde187da59bdeacb38cbaf527..c1aaff1a1195879150649657e60c88c2968cfcf5 100644 (file)
@@ -1,3 +1,11 @@
+Tue Nov 19 13:30:40 1996  Jeffrey A Law  ([email protected])
+
+       * mn10300.h (MN10300_OPERAND_REG_LIST): Define.
+
+Wed Nov  6 13:41:08 1996  Jeffrey A Law  ([email protected])
+
+       * mn10300.h (MN10300_OPERAND_SPLIT): Define.
+
 Tue Nov  5 13:26:12 1996  Jeffrey A Law  ([email protected])
 
        * mn10300.h (MN10300_OPERAND_EXTENDED): Define.
index 69b08356bc914079962b8544e80ce953581fccf7..02e35328dabc708e7ecee1ee7bdc3249230743f9 100644 (file)
@@ -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
This page took 0.02921 seconds and 4 git commands to generate.