This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ping] residual TImode patch PR28617
- From: Mark Mitchell <mark at codesourcery dot com>
- To: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 28 Sep 2006 15:48:38 -0700
- Subject: Re: [ping] residual TImode patch PR28617
- References: <20060925133715.E982770006@bromo.msbb.uc.edu>
Jack Howarth wrote:
Index: gcc/config/rs6000/t-darwin
===================================================================
--- gcc/config/rs6000/t-darwin (revision 116801)
+++ gcc/config/rs6000/t-darwin (working copy)
@@ -1,4 +1,6 @@
LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \
+ $(srcdir)/config/rs6000/ppc64-fp.c \
+ $(srcdir)/config/darwin-64.c \
$(srcdir)/config/rs6000/darwin-ldouble.c
LIB2FUNCS_STATIC_EXTRA = \
Index: gcc/config/rs6000/rs6000.h
===================================================================
--- gcc/config/rs6000/rs6000.h (revision 116801)
+++ gcc/config/rs6000/rs6000.h (working copy)
@@ -178,7 +178,7 @@
#ifdef IN_LIBGCC2
/* For libgcc2 we make sure this is a compile time constant */
-#if defined (__64BIT__) || defined (__powerpc64__)
+#if defined (__64BIT__) || defined (__powerpc64__) || defined (__ppc64__)
#undef TARGET_POWERPC64
#define TARGET_POWERPC64 1
#else
Index: gcc/config/rs6000/ppc64-fp.c
===================================================================
--- gcc/config/rs6000/ppc64-fp.c (revision 116801)
+++ gcc/config/rs6000/ppc64-fp.c (working copy)
@@ -30,7 +30,7 @@ along with GCC; see the file COPYING. I
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
-#if defined(__powerpc64__) || defined (__64BIT__)
+#if defined(__powerpc64__) || defined (__64BIT__) || defined(__ppc64__)
#define TMODES
#include "config/fp-bit.h"
This limited change is OK with me if Geoff thinks it's OK.
Thanks for being patient.
--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713