Removed the V850_OPREAND_ADJUST_SHORT_MEMORY flag as it no longer used.
authorNick Clifton <nickc@redhat.com>
Tue, 2 Sep 1997 22:31:04 +0000 (22:31 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 2 Sep 1997 22:31:04 +0000 (22:31 +0000)
include/opcode/ChangeLog
include/opcode/v850.h

index 742168d44b088fd81e120b85759161208323d3cf..61003ee4186cd62680c2b9c9fce2375fff4893dc 100644 (file)
@@ -1,3 +1,7 @@
+Tue Sep  2 15:32:32 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850.h (V850_OPREAND_ADJUST_SHORT_MEMORY): Removed. 
+
 Tue Aug 26 12:21:52 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * i386.h (two_byte_segment_defaults): Correct base register 5 in
index 58e7450468f53751dc2b0170049a5ea8aeac3227..a9b8590319f9717427f72b26d38451714376a19f 100644 (file)
@@ -137,22 +137,18 @@ extern const struct v850_operand v850_operands[];
    promoted operands on the mn10300?)  */
 #define V850_OPERAND_RELAX     0x40
 
-/* Whether this argument is a N-bit offset for a sst.{h,w}/sld.{h,w,hu}
-   instruction, and the addend needs to be shifted right one bit */
-#define V850_OPERAND_ADJUST_SHORT_MEMORY       0x80
-
 /* The register specified must not be r0 */
-#define V850_NOT_R0            0x100
+#define V850_NOT_R0            0x80
 
 /* start-sanitize-v850e */
 /* push/pop type instruction, V850E specific.  */
-#define V850E_PUSH_POP         0x200
+#define V850E_PUSH_POP         0x100
 
 /* 16 bit immediate follows instruction, V850E specific.  */
-#define V850E_IMMEDIATE16      0x400
+#define V850E_IMMEDIATE16      0x200
 
 /* 32 bit immediate follows instruction, V850E specific.  */
-#define V850E_IMMEDIATE32      0x800
+#define V850E_IMMEDIATE32      0x400
 /* end-sanitize-v850e */
 
 #endif /* V850_H */
This page took 0.02841 seconds and 4 git commands to generate.