]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/28617 (___divti3 and ___umodti3 undefined for -m64 on powerpc-apple...
authorGeoffrey Keating <geoffk@apple.com>
Fri, 29 Sep 2006 01:21:14 +0000 (01:21 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 29 Sep 2006 01:21:14 +0000 (01:21 +0000)
commit67796c1fc2f5fa0e7abcb4083d1f377c9d017a48
treeb746095abcf03348396be5703c1261a17d9da795
parent91cd72c935b9acf4124c2aae51890cc24a4d36f8
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/ChangeLog
gcc/config/rs6000/ppc64-fp.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/t-darwin