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
This commit is contained in:
Philippe De Muyter 2000-05-22 18:22:12 +02:00 committed by Philippe De Muyter
parent 0d9a68e842
commit 37941398e2
7 changed files with 12 additions and 6 deletions

View 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

View 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

View 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

View 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'. */

View 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

View 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

View 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