h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL.
* config/h8300/h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL. From-SVN: r58629
This commit is contained in:
parent
803d56f52a
commit
3950794d0a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -175,7 +175,7 @@ extern int target_flags;
|
|||
/* Default target_flags if no switches specified. */
|
||||
|
||||
#ifndef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (128) /* quickcall */
|
||||
#define TARGET_DEFAULT (MASK_QUICKCALL)
|
||||
#endif
|
||||
|
||||
/* Show we can debug even without a frame pointer. */
|
||||
|
|
Loading…
Add table
Reference in a new issue