aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2007-02-02 01:37:53 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2007-02-02 01:37:53 +0000
commit7c40d6662b762339417141ea5da87b3d4b92067c (patch)
treea5954efa0e2fc077d2582be632fef41ab2722f1b /gcc/config
parentc508b9afca36db4a3e15d7a5084c965463318a75 (diff)
downloadgcc-7c40d6662b762339417141ea5da87b3d4b92067c.zip
gcc-7c40d6662b762339417141ea5da87b3d4b92067c.tar.gz
gcc-7c40d6662b762339417141ea5da87b3d4b92067c.tar.bz2
darwin.h (MD_UNWIND_SUPPORT): Don't define for 64-bit.
* config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for 64-bit. From-SVN: r121484
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/darwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index 28134f9..48be0e9 100644
--- a/gcc/config/rs6000/darwin.h
+++ b/gcc/config/rs6000/darwin.h
@@ -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