summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/fx80/fx80.h2
-rw-r--r--gcc/config/gmicro/gmicro.h2
-rw-r--r--gcc/config/i370/i370.h2
-rw-r--r--gcc/config/m68k/m68k.h2
-rw-r--r--gcc/config/m88k/m88k.h2
-rw-r--r--gcc/config/we32k/we32k.h2
7 files changed, 12 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 46418cc97c3..28911623773 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/fx80/fx80.h b/gcc/config/fx80/fx80.h
index ec320102a3e..82e64556df1 100644
--- a/gcc/config/fx80/fx80.h
+++ b/gcc/config/fx80/fx80.h
@@ -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
diff --git a/gcc/config/gmicro/gmicro.h b/gcc/config/gmicro/gmicro.h
index a9e6cae8c69..377adf1b08f 100644
--- a/gcc/config/gmicro/gmicro.h
+++ b/gcc/config/gmicro/gmicro.h
@@ -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
diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h
index 88f5dd1264b..ee6987494c4 100644
--- a/gcc/config/i370/i370.h
+++ b/gcc/config/i370/i370.h
@@ -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'. */
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h
index acde9c099b7..83c783521a0 100644
--- a/gcc/config/m68k/m68k.h
+++ b/gcc/config/m68k/m68k.h
@@ -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
diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h
index 5cbae71a077..ca2d0f73858 100644
--- a/gcc/config/m88k/m88k.h
+++ b/gcc/config/m88k/m88k.h
@@ -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
diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h
index 1d5f2259203..660736a5c92 100644
--- a/gcc/config/we32k/we32k.h
+++ b/gcc/config/we32k/we32k.h
@@ -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