OSDN Git Service

* m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
authorphdm <phdm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2000 16:22:12 +0000 (16:22 +0000)
committerphdm <phdm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2000 16:22:12 +0000 (16:22 +0000)
* fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
* gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34081 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/fx80/fx80.h
gcc/config/gmicro/gmicro.h
gcc/config/i370/i370.h
gcc/config/m68k/m68k.h
gcc/config/m88k/m88k.h
gcc/config/we32k/we32k.h

index 46418cc..2891162 100644 (file)
@@ -1,3 +1,9 @@
+Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
+
+       * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
+       * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
+       * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
+
 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
 
        * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
index ec32010..82e6455 100644 (file)
@@ -853,7 +853,7 @@ extern enum reg_class regno_reg_class[];
 /* We assume that the store-condition-codes instructions store 0 for false
    and some other value for true.  This is the value stored for true.  */
 
-#define STORE_FLAG_VALUE -1
+#define STORE_FLAG_VALUE (-1)
 
 /* When a prototype says `char' or `short', really pass an `int'.  */
 #define PROMOTE_PROTOTYPES 1
index a9e6cae..377adf1 100644 (file)
@@ -1154,7 +1154,7 @@ extern enum reg_class regno_reg_class[];
 /* We assume that the store-condition-codes instructions store 0 for false
    and some other value for true.  This is the value stored for true.  */
 
-/* #define STORE_FLAG_VALUE -1 */
+/* #define STORE_FLAG_VALUE (-1) */
 
 /* When a prototype says `char' or `short', really pass an `int'.  */
 #define PROMOTE_PROTOTYPES 1
index 88f5dd1..ee69874 100644 (file)
@@ -908,7 +908,7 @@ enum reg_class
 /* We assume that the store-condition-codes instructions store 0 for false
    and some other value for true.  This is the value stored for true.  */
 
-/* #define STORE_FLAG_VALUE -1 */
+/* #define STORE_FLAG_VALUE (-1) */
 
 /* When a prototype says `char' or `short', really pass an `int'.  */
 
index acde9c0..83c7835 100644 (file)
@@ -1664,7 +1664,7 @@ __transfer_from_trampoline ()                                     \
 /* We assume that the store-condition-codes instructions store 0 for false
    and some other value for true.  This is the value stored for true.  */
 
-#define STORE_FLAG_VALUE -1
+#define STORE_FLAG_VALUE (-1)
 
 /* When a prototype says `char' or `short', really pass an `int'.  */
 #define PROMOTE_PROTOTYPES 1
index 5cbae71..ca2d0f7 100644 (file)
@@ -1540,7 +1540,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
 
 /* We assume that the store-condition-codes instructions store 0 for false
    and some other value for true.  This is the value stored for true.  */
-#define STORE_FLAG_VALUE -1
+#define STORE_FLAG_VALUE (-1)
 
 /* Specify the machine mode that pointers have.
    After generation of rtl, the compiler makes no further distinction
index 1d5f225..660736a 100644 (file)
@@ -662,7 +662,7 @@ enum reg_class { NO_REGS, GENERAL_REGS,
 /* We assume that the store-condition-codes instructions store 0 for false
    and some other value for true.  This is the value stored for true.  */
 
-#define STORE_FLAG_VALUE -1
+#define STORE_FLAG_VALUE (-1)
 
 /* When a prototype says `char' or `short', really pass an `int'.  */
 #define PROMOTE_PROTOTYPES 1