* config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
From-SVN: r182204
This commit is contained in:
parent
cce30ea89c
commit
8d2c862dfe
@ -1,3 +1,7 @@
|
||||
2011-12-11 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
|
||||
|
||||
2011-12-09 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR target/49313
|
||||
|
@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
#include <sys/frame.h>
|
||||
#include <sys/stack.h>
|
||||
|
||||
#if defined(__arch64__)
|
||||
#ifdef __arch64__
|
||||
|
||||
#define IS_SIGHANDLER sparc64_is_sighandler
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user