aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-10-29 18:03:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-10-29 18:03:37 +0000
commit3950794d0a5a93bb4af3979c23252df7f34c35bd (patch)
treef07500822d0f378b709f0c55411c5e3f30f38c59 /gcc
parent803d56f52a6eee9870b0f5c821f2bc24b025bf0a (diff)
downloadgcc-3950794d0a5a93bb4af3979c23252df7f34c35bd.zip
gcc-3950794d0a5a93bb4af3979c23252df7f34c35bd.tar.gz
gcc-3950794d0a5a93bb4af3979c23252df7f34c35bd.tar.bz2
h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL.
* config/h8300/h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL. From-SVN: r58629
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/h8300/h8300.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3fb826f..c95a247 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index 1e4b1dd..36b09ed 100644
--- a/gcc/config/h8300/h8300.h
+++ b/gcc/config/h8300/h8300.h
@@ -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. */