From 3950794d0a5a93bb4af3979c23252df7f34c35bd Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 29 Oct 2002 18:03:37 +0000 Subject: [PATCH] h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL. * config/h8300/h8300.h (TARGET_DEFAULT): Make it MASK_QUICKCALL. From-SVN: r58629 --- gcc/ChangeLog | 5 +++++ gcc/config/h8300/h8300.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3fb826f2c39..c95a2477889 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-29 Kazu Hirata + + * config/h8300/h8300.h (TARGET_DEFAULT): Make it + MASK_QUICKCALL. + 2002-10-29 Kazu Hirata * config/h8300/h8300.c (h8300_eightbit_constant_address_p): New. diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 1e4b1ddf0ee..36b09ed904b 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. */