From: geoffk Date: Fri, 2 Feb 2007 01:37:53 +0000 (+0000) Subject: * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11d02745776707b2b4e8343fadd26f0ac467348d;p=thirdparty%2Fgcc.git * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for 64-bit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121484 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 09efede70efd..7aadf4e6930a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-02-01 Geoffrey Keating + + * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for + 64-bit. + 2007-2-01 Seongbae Park PR inline-asm/28686 diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 28134f922db8..48be0e994e9c 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -449,7 +449,9 @@ do { \ #include #endif +#ifndef __LP64__ #define MD_UNWIND_SUPPORT "config/rs6000/darwin-unwind.h" +#endif #define HAS_MD_FALLBACK_FRAME_STATE_FOR 1