* config/sparc/sol2-unwind.h: Use #ifdef directive consistently.

From-SVN: r182204
This commit is contained in:
Eric Botcazou 2011-12-11 11:23:15 +00:00 committed by Eric Botcazou
parent cce30ea89c
commit 8d2c862dfe
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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