OSDN Git Service

* config/h8300/h8300.h (TARGET_DEFAULT): Make it
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2002 18:03:37 +0000 (18:03 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2002 18:03:37 +0000 (18:03 +0000)
MASK_QUICKCALL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58629 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3fb826f..c95a247 100644 (file)
@@ -1,5 +1,10 @@
 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.
        (h8300_tiny_constant_address_p): Likewise.
        * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use
index 1e4b1dd..36b09ed 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.  */