diff mbox

PR target/79241: S/390: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.

Message ID 20170209181657.GA2279@linux.vnet.ibm.com
State New
Headers show

Commit Message

Dominik Vogt Feb. 9, 2017, 6:16 p.m. UTC
The attached patch fixes PR 79241 on s390x.  Bootstrapped and
regression tested on s390x biarch (not tested on s390).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79421

Ciao

Dominik ^_^  ^_^

Comments

Andreas Krebbel Feb. 15, 2017, 9:28 a.m. UTC | #1
On 02/09/2017 07:16 PM, Dominik Vogt wrote:
> The attached patch fixes PR 79241 on s390x.  Bootstrapped and
> regression tested on s390x biarch (not tested on s390).
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79421
> 
> Ciao
> 
> Dominik ^_^  ^_^
> 
Applied. Thanks!

-Andreas-
diff mbox

Patch

diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c
index 9c4e641..434da60 100644
--- a/gcc/config/s390/s390.c
+++ b/gcc/config/s390/s390.c
@@ -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