darwin.h (MD_UNWIND_SUPPORT): Don't define for 64-bit.
authorGeoffrey Keating <geoffk@apple.com>
Fri, 2 Feb 2007 01:37:53 +0000 (01:37 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 2 Feb 2007 01:37:53 +0000 (01:37 +0000)
* config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
64-bit.

From-SVN: r121484

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index 09efede70efd0a6eb031b78084c77f7d148bd15e..7aadf4e6930ae3c301f3b9f464012e392b9b81cd 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-01  Geoffrey Keating  <geoffk@apple.com>
+
+       * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
+       64-bit.
+
 2007-2-01   Seongbae Park <seongbae.park@gmail.com>
 
         PR inline-asm/28686
index 28134f922db8f4c6b2e4a1aca852b016e994409a..48be0e994e9c060a2353855434268b31a38e6ffd 100644 (file)
@@ -449,7 +449,9 @@ do {                                                                        \
 #include <stdbool.h>
 #endif
 
+#ifndef __LP64__
 #define MD_UNWIND_SUPPORT "config/rs6000/darwin-unwind.h"
+#endif
 
 #define HAS_MD_FALLBACK_FRAME_STATE_FOR 1