Commit 8d2c862d by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r182204
parent cce30ea8
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
......
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