m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
authorPhilippe De Muyter <phdm@macqel.be>
Mon, 22 May 2000 16:22:12 +0000 (18:22 +0200)
committerPhilippe De Muyter <phdm@gcc.gnu.org>
Mon, 22 May 2000 16:22:12 +0000 (16:22 +0000)
* 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

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 46418cc97c30a60a870562171f3748cac34d660e..28911623773f8b5e013a6fdc0b74a32c792c6f39 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 ec320102a3ef3ac2d705c6618e033a92289654ad..82e64556df15bb8cb434d627002047523b886413 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 a9e6cae8c69cc3623a54748aff546b629c2725d8..377adf1b08ffe6e8ba4bbfee26d3718c6ec5053d 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 88f5dd1264b21cb2136bd7f155a114ff019fad8b..ee6987494c4eb3967b9a4a4dac15e24b0a639082 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 acde9c099b712169d88846dee3b83eefbf8748c1..83c783521a0c387d771008147bf6d15f514d5624 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 5cbae71a0770b724d3007cdc1de1cbb21e9c1ddb..ca2d0f73858ca281c4e0da953653e6ccb792d639 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 1d5f22592039b98a76a2da7ffafd1856b578b53d..660736a5c924bc75304e8600f062e15f91abe956 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