Commit 3950794d by Kazu Hirata Committed by Kazu Hirata

h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL.

	* config/h8300/h8300.h (TARGET_DEFAULT): Make it
	MASK_QUICKCALL.

From-SVN: r58629
parent 803d56f5
2002-10-29 Kazu Hirata <kazu@cs.umass.edu> 2002-10-29 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.h (TARGET_DEFAULT): Make it
MASK_QUICKCALL.
2002-10-29 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_eightbit_constant_address_p): New. * config/h8300/h8300.c (h8300_eightbit_constant_address_p): New.
(h8300_tiny_constant_address_p): Likewise. (h8300_tiny_constant_address_p): Likewise.
* config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use
......
...@@ -175,7 +175,7 @@ extern int target_flags; ...@@ -175,7 +175,7 @@ extern int target_flags;
/* Default target_flags if no switches specified. */ /* Default target_flags if no switches specified. */
#ifndef TARGET_DEFAULT #ifndef TARGET_DEFAULT
#define TARGET_DEFAULT (128) /* quickcall */ #define TARGET_DEFAULT (MASK_QUICKCALL)
#endif #endif
/* Show we can debug even without a frame pointer. */ /* Show we can debug even without a frame pointer. */
......
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