defaults.h (SWITCHABLE_TARGET, [...]): Move out of GCC_INSN_FLAGS_H block.
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 3 Jun 2015 09:29:42 +0000 (09:29 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 3 Jun 2015 09:29:42 +0000 (09:29 +0000)
gcc/
* defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
of GCC_INSN_FLAGS_H block.

From-SVN: r224069

gcc/ChangeLog
gcc/defaults.h

index 4c8c609a2c558b0c736b5e876320c3d613d08fab..390ea0f171e25415ea0c3099ced0095614c6862d 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
+       of GCC_INSN_FLAGS_H block.
+
 2015-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
 
        * explow.c (plus_constant): Update check after force_const_mem call 
index b89f409baa1fe877ef4c49dff6a9733742e47c5f..057b64686f4b1aa8899e032e62819d9ba0d9506d 100644 (file)
@@ -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