Commit 7c40d666 by Geoffrey Keating Committed by Geoffrey Keating

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
parent c508b9af
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment