aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2000-05-22 18:22:12 +0200
committerPhilippe De Muyter <phdm@gcc.gnu.org>2000-05-22 16:22:12 +0000
commit37941398e2b9214ceef85879f2cf9cc7f82feff8 (patch)
tree7e8b8f654b4e4cf1ed240060a25c159ff265275e
parent0d9a68e84221607f20781e66efda54888811ee44 (diff)
downloadgcc-37941398e2b9214ceef85879f2cf9cc7f82feff8.zip
gcc-37941398e2b9214ceef85879f2cf9cc7f82feff8.tar.gz
gcc-37941398e2b9214ceef85879f2cf9cc7f82feff8.tar.bz2
m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
* 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. From-SVN: r34081
-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 46418cc..2891162 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 ec32010..82e6455 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 a9e6cae..377adf1 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 88f5dd1..ee69874 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 acde9c0..83c7835 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 5cbae71..ca2d0f7 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 1d5f225..660736a 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