]> gcc.gnu.org Git - gcc.git/commitdiff
h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 29 Oct 2002 18:03:37 +0000 (18:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 29 Oct 2002 18:03:37 +0000 (18:03 +0000)
* config/h8300/h8300.h (TARGET_DEFAULT): Make it
MASK_QUICKCALL.

From-SVN: r58629

gcc/ChangeLog
gcc/config/h8300/h8300.h

index 3fb826f2c390932fd5f57b9ee1a7edf381941040..c95a2477889d87b96618e2d21b1646f8d813f9ec 100644 (file)
@@ -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.
index 1e4b1ddf0ee2b76227f2bfb777c7eb0f4dbc1991..36b09ed904b3a96741832e9939b642ae43d16f51 100644 (file)
@@ -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.  */
This page took 0.073441 seconds and 5 git commands to generate.