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
This commit is contained in:
parent
c508b9afca
commit
7c40d6662b
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue