From 67796c1fc2f5fa0e7abcb4083d1f377c9d017a48 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Fri, 29 Sep 2006 01:21:14 +0000 Subject: re PR target/28617 (___divti3 and ___umodti3 undefined for -m64 on powerpc-apple-darwin8) PR target/28617 * config/rs6000/rs6000.h [IN_LIBGCC2] (TARGET_POWERPC64): Define to 1 when __ppc64__ is defined. * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Add ppc64-fp.c and darwin-64.c. * config/rs6000/ppc64-fp.c: Also compile when __ppc64__ is defined. From-SVN: r117296 --- gcc/config/rs6000/t-darwin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/config/rs6000/t-darwin') diff --git a/gcc/config/rs6000/t-darwin b/gcc/config/rs6000/t-darwin index 3f20775..52c3e99 100644 --- a/gcc/config/rs6000/t-darwin +++ b/gcc/config/rs6000/t-darwin @@ -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 = \ -- cgit v1.1