rs6000-call.c (HAVE_AS_GNU_ATTRIBUTE): define value as in rs6000.c.
authorBill Seurer <seurer@linux.vnet.ibm.com>
Fri, 19 Jul 2019 22:14:56 +0000 (22:14 +0000)
committerBill Seurer <seurer@gcc.gnu.org>
Fri, 19 Jul 2019 22:14:56 +0000 (22:14 +0000)
2019-07-17  Bill Seurer  <seurer@linux.vnet.ibm.com>

* config/rs6000/rs6000-call.c (HAVE_AS_GNU_ATTRIBUTE): define value
as in rs6000.c.

From-SVN: r273610

gcc/ChangeLog
gcc/config/rs6000/rs6000-call.c

index f37e2701c27e9c8822340e92734f14270c31cbc2..92e5b2e36a19af2502b02409beab5cdcf193ea75 100644 (file)
@@ -1,3 +1,8 @@
+2019-07-17  Bill Seurer  <seurer@linux.vnet.ibm.com>
+
+       * config/rs6000/rs6000-call.c (HAVE_AS_GNU_ATTRIBUTE): define value
+       as in rs6000.c.
+
 2019-07-19  Iain Sandoe  <iain@sandoe.co.uk>
 
        * config/darwin.h (DRIVER_SELF_SPECS): Ignore X and Mach specs which
index ff48ff1845b48d4a588bdf4ffab436aaa12bdf02..cefb737bae05d3739441e37165a15b302d6a9a49 100644 (file)
 #define TARGET_PROFILE_KERNEL 0
 #endif
 
+#ifdef HAVE_AS_GNU_ATTRIBUTE
+# ifndef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
+# define HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE 0
+# endif
+#endif
+
 struct builtin_description
 {
   const HOST_WIDE_INT mask;