Some tests expect upper case versions of the ppc/ppc64
macros, so bring Darwin into line with other port
members.
2019-08-03 Iain Sandoe <iain@sandoe.co.uk>
Backport from mainline
2019-06-23 Iain Sandoe <iain@sandoe.co.uk>
* config/rs6000/darwin.h: (__PPC__, __PPC64__): New.
From-SVN: r274041
+2019-08-03 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backport from mainline
+ 2019-06-23 Iain Sandoe <iain@sandoe.co.uk>
+
+ * config/rs6000/darwin.h: (__PPC__, __PPC64__): New.
+
2019-08-02 Martin Sebor <msebor@redhat.com>
Backport from mainline
do \
{ \
if (!TARGET_64BIT) builtin_define ("__ppc__"); \
+ if (!TARGET_64BIT) builtin_define ("__PPC__"); \
if (TARGET_64BIT) builtin_define ("__ppc64__"); \
+ if (TARGET_64BIT) builtin_define ("__PPC64__"); \
builtin_define ("__POWERPC__"); \
builtin_define ("__NATURAL_ALIGNMENT__"); \
darwin_cpp_builtins (pfile); \