aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2016-06-19 22:25:50 -0400
committerDavid Edelsohn <dje@gcc.gnu.org>2016-06-19 22:25:50 -0400
commitba70141da3703a488cacf5c7741659fb2b200a78 (patch)
tree87481521a96a63ed9dc582c63b80337a6a2baf16
parent3b2ad7dbc2c53a413c631a96b35f66cce853a5ef (diff)
downloadgcc-ba70141da3703a488cacf5c7741659fb2b200a78.zip
gcc-ba70141da3703a488cacf5c7741659fb2b200a78.tar.gz
gcc-ba70141da3703a488cacf5c7741659fb2b200a78.tar.bz2
re PR target/71375 (Failure on startup on rs6000-ibm-aix{4.3|5.1.0})
PR target/71375 * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0. * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same. From-SVN: r237587
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config/rs6000/aix43.h3
-rw-r--r--gcc/config/rs6000/aix51.h3
3 files changed, 13 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0cd6615..e273a26 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,4 +1,10 @@
-2018-06-18 John David Anglin <danglin@gcc.gnu.org>
+2016-06-19 David Edelsohn <dje.gcc@gmail.com>
+
+ 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 <danglin@gcc.gnu.org>
* 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 30eb47e..6b95250 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 b128219..e1d4ee7 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