* config/h8300/h8300.h (TARGET_DEFAULT): Make it
MASK_QUICKCALL.
From-SVN: r58629
+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.
/* 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. */