PR target/79241: S/390: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Wed, 15 Feb 2017 09:27:57 +0000 (09:27 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 15 Feb 2017 09:27:57 +0000 (09:27 +0000)
gcc/ChangeLog:

2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>

PR target/79421
* config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.

From-SVN: r245476

gcc/ChangeLog
gcc/config/s390/s390.c

index 158db96..1b87c8a 100644 (file)
@@ -1,3 +1,8 @@
+2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
+
+       PR target/79421
+       * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
+
 2017-02-14  Andrew Pinski  <apinski@cavium.com>
 
        * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
index 852470b..f98eee7 100644 (file)
@@ -15632,6 +15632,10 @@ s390_asan_shadow_offset (void)
 #undef TARGET_TRAMPOLINE_INIT
 #define TARGET_TRAMPOLINE_INIT s390_trampoline_init
 
+/* PR 79421 */
+#undef TARGET_CUSTOM_FUNCTION_DESCRIPTORS
+#define TARGET_CUSTOM_FUNCTION_DESCRIPTORS 1
+
 #undef TARGET_UNWIND_WORD_MODE
 #define TARGET_UNWIND_WORD_MODE s390_unwind_word_mode