aboutsummaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2015-06-03 09:29:42 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2015-06-03 09:29:42 +0000
commit8a810680ee212c8c01239699859a4dd395db6174 (patch)
tree9ef8456b530ae465a9f8e8bdc161ed43a966b8a6 /gcc/defaults.h
parent4b7bd26024608d543fb33dce0801b9b8c266f15f (diff)
downloadgcc-8a810680ee212c8c01239699859a4dd395db6174.zip
gcc-8a810680ee212c8c01239699859a4dd395db6174.tar.gz
gcc-8a810680ee212c8c01239699859a4dd395db6174.tar.bz2
defaults.h (SWITCHABLE_TARGET, [...]): Move out of GCC_INSN_FLAGS_H block.
gcc/ * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out of GCC_INSN_FLAGS_H block. From-SVN: r224069
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r--gcc/defaults.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h
index b89f409..057b646 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -1253,6 +1253,18 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
# define DEFAULT_FLAG_PIE 0
#endif
+#ifndef SWITCHABLE_TARGET
+#define SWITCHABLE_TARGET 0
+#endif
+
+/* If the target supports integers that are wider than two
+ HOST_WIDE_INTs on the host compiler, then the target should define
+ TARGET_SUPPORTS_WIDE_INT and make the appropriate fixups.
+ Otherwise the compiler really is not robust. */
+#ifndef TARGET_SUPPORTS_WIDE_INT
+#define TARGET_SUPPORTS_WIDE_INT 0
+#endif
+
#ifdef GCC_INSN_FLAGS_H
/* Dependent default target macro definitions
@@ -1414,18 +1426,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define TARGET_VTABLE_USES_DESCRIPTORS 0
#endif
-#ifndef SWITCHABLE_TARGET
-#define SWITCHABLE_TARGET 0
-#endif
-
-/* If the target supports integers that are wider than two
- HOST_WIDE_INTs on the host compiler, then the target should define
- TARGET_SUPPORTS_WIDE_INT and make the appropriate fixups.
- Otherwise the compiler really is not robust. */
-#ifndef TARGET_SUPPORTS_WIDE_INT
-#define TARGET_SUPPORTS_WIDE_INT 0
-#endif
-
#ifndef HAVE_simple_return
#define HAVE_simple_return 0
static inline rtx