aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mcore/mcore.h
diff options
context:
space:
mode:
authorno-author <no-author@gcc.gnu.org>2002-06-24 16:14:28 +0000
committerno-author <no-author@gcc.gnu.org>2002-06-24 16:14:28 +0000
commitd7c16291772cee0918f2bd6c3f1976f584bb8ed6 (patch)
treed7410c5f44cfe400d0eb3e0b8e8ba23ee129f4df /gcc/config/mcore/mcore.h
parentfefb15d75743dd7f453d7ed065327338b8c27017 (diff)
This commit was manufactured by cvs2svn to create taggcc_3_1_release
'gcc_3_1_release'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/gcc_3_1_release@54955 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mcore/mcore.h')
-rw-r--r--gcc/config/mcore/mcore.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h
index 9ab8551e004..d5fe01ca1cb 100644
--- a/gcc/config/mcore/mcore.h
+++ b/gcc/config/mcore/mcore.h
@@ -178,9 +178,10 @@ extern const char * mcore_stack_increment_string;
N_("Maximum amount for a single stack increment operation")} \
}
+#ifndef CC1_SPEC
/* The MCore ABI says that bitfields are unsigned by default. */
-/* The EPOC C++ environment does not support exceptions. */
-#define CC1_SPEC "-funsigned-bitfields %{!DIN_GCC:-fno-rtti} %{!DIN_GCC:-fno-exceptions}"
+#define CC1_SPEC "-funsigned-bitfields"
+#endif
/* What options are we going to default to specific settings when
-O* happens; the user can subsequently override these settings.
@@ -269,9 +270,6 @@ extern const char * mcore_stack_increment_string;
words. */
#define LONG_LONG_TYPE_SIZE 64
-/* the size of the boolean type -- in C++; */
-#define BOOL_TYPE_SIZE 8
-
/* Allocation boundary (in *bits*) for storing arguments in argument list. */
#define PARM_BOUNDARY 32