* d10v.h (OPERAND_SP): New macro.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 29 Nov 2001 18:03:50 +0000 (18:03 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 29 Nov 2001 18:03:50 +0000 (18:03 +0000)
include/opcode/ChangeLog
include/opcode/d10v.h

index 33d0e33..392bf7e 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       * d10v.h (OPERAND_SP): New macro.
+
 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
 
        * ppc.h (struct powerpc_operand <insert, extract>): Add dialect param.
index 2298b5e..52be360 100644 (file)
@@ -181,6 +181,9 @@ extern const struct d10v_operand d10v_operands[];
 /* needed for rac/rachi */
 #define RESTRICTED_NUM3        (0x80000)
 
+/* Pre-decrement is only supported for SP.  */
+#define OPERAND_SP      (0x100000)
+
 /* Structure to hold information about predefined registers.  */
 struct pd_reg
 {