Commit bd004fef by David Edelsohn Committed by David Edelsohn

sysv4.h (TARGET_POWER): Define as 0.

	* config/rs6000/sysv4.h (TARGET_POWER): Define as 0.
	* config/rs6000/darwin.h (TARGET_POWER): Define as 0.

From-SVN: r89846
parent 6c745393
2004-10-29 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/sysv4.h (TARGET_POWER): Define as 0.
* config/rs6000/darwin.h (TARGET_POWER): Define as 0.
2004-10-29 Kazu Hirata <kazu@cs.umass.edu> 2004-10-29 Kazu Hirata <kazu@cs.umass.edu>
* tree-phinodes.c (make_phi_node, resize_phi_node): Don't zero * tree-phinodes.c (make_phi_node, resize_phi_node): Don't zero
......
...@@ -293,6 +293,10 @@ do { \ ...@@ -293,6 +293,10 @@ do { \
#define TARGET_DEFAULT (MASK_POWERPC | MASK_MULTIPLE | MASK_NEW_MNEMONICS \ #define TARGET_DEFAULT (MASK_POWERPC | MASK_MULTIPLE | MASK_NEW_MNEMONICS \
| MASK_PPC_GFXOPT) | MASK_PPC_GFXOPT)
/* Darwin only runs on PowerPC, so short-circuit POWER patterns. */
#undef TARGET_POWER
#define TARGET_POWER 0
/* Since Darwin doesn't do TOCs, stub this out. */ /* Since Darwin doesn't do TOCs, stub this out. */
#define ASM_OUTPUT_SPECIAL_POOL_ENTRY_P(X, MODE) 0 #define ASM_OUTPUT_SPECIAL_POOL_ENTRY_P(X, MODE) 0
......
...@@ -324,6 +324,10 @@ do { \ ...@@ -324,6 +324,10 @@ do { \
#undef PROCESSOR_DEFAULT #undef PROCESSOR_DEFAULT
#define PROCESSOR_DEFAULT PROCESSOR_PPC750 #define PROCESSOR_DEFAULT PROCESSOR_PPC750
/* SVR4 only defined for PowerPC, so short-circuit POWER patterns. */
#undef TARGET_POWER
#define TARGET_POWER 0
#define FIXED_R2 1 #define FIXED_R2 1
/* System V.4 uses register 13 as a pointer to the small data area, /* System V.4 uses register 13 as a pointer to the small data area,
so it is not available to the normal user. */ so it is not available to the normal user. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment