From 467ea4c137ca0c1ab87b520a4b8a0c075b94cf01 Mon Sep 17 00:00:00 2001 From: dje Date: Mon, 20 Jun 2016 02:25:50 +0000 Subject: [PATCH] PR target/71375 * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0. * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237587 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 +++++++- gcc/config/rs6000/aix43.h | 3 +++ gcc/config/rs6000/aix51.h | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0cd66155f9f..e273a260dfc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,10 @@ -2018-06-18 John David Anglin +2016-06-19 David Edelsohn + + PR target/71375 + * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0. + * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same. + +2016-06-18 John David Anglin * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove. diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index 30eb47eb195..6b9525001ac 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -103,6 +103,9 @@ do { \ #define TARGET_ALTIVEC 0 #undef TARGET_ALTIVEC_ABI #define TARGET_ALTIVEC_ABI 0 +#undef TARGET_EXTRA_BUILTINS +#define TARGET_EXTRA_BUILTINS 0 + /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index b128219708a..e1d4ee72b77 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -100,6 +100,9 @@ do { \ #define TARGET_ALTIVEC 0 #undef TARGET_ALTIVEC_ABI #define TARGET_ALTIVEC_ABI 0 +#undef TARGET_EXTRA_BUILTINS +#define TARGET_EXTRA_BUILTINS 0 + /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are -- 2.11.4.GIT