From f9e1feaff0e6a1de880ccc786ed866da18c1e71f Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 16 Feb 2005 19:36:46 -0500 Subject: [PATCH] Files missed by last commit. From-SVN: r95134 --- gcc/config/rs6000/rs6000.h | 2 +- gcc/config/rs6000/t-newas | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 41cbda03a72f..f1ad8968755e 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -258,7 +258,7 @@ extern int target_flags; #define TARGET_POWERPC64 (target_flags & MASK_POWERPC64) #endif -#define TARGET_XL_CALL 0 +#define TARGET_XL_COMPAT 0 /* Run-time compilation parameters selecting different hardware subsets. diff --git a/gcc/config/rs6000/t-newas b/gcc/config/rs6000/t-newas index a26ce39402c8..d5d03a1c66f4 100644 --- a/gcc/config/rs6000/t-newas +++ b/gcc/config/rs6000/t-newas @@ -27,6 +27,9 @@ MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT) \ mcpu?powerpc=mpowerpc-gpopt \ mcpu?powerpc=mpowerpc-gfxopt +# GCC 128-bit long double support routines. +LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-ldouble.c + # Aix 3.2.x needs milli.exp for -mcpu=common EXTRA_PARTS = milli.exp milli.exp: $(srcdir)/config/rs6000/milli.exp -- 2.47.2