From: Eric Botcazou Date: Sun, 11 Dec 2011 11:23:15 +0000 (+0000) Subject: * config/sparc/sol2-unwind.h: Use #ifdef directive consistently. X-Git-Tag: releases/gcc-4.7.0~1632 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f;p=thirdparty%2Fgcc.git * config/sparc/sol2-unwind.h: Use #ifdef directive consistently. From-SVN: r182204 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 55f033c3efba..5122e9f1af44 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2011-12-11 Eric Botcazou + + * config/sparc/sol2-unwind.h: Use #ifdef directive consistently. + 2011-12-09 Georg-Johann Lay PR target/49313 diff --git a/libgcc/config/sparc/sol2-unwind.h b/libgcc/config/sparc/sol2-unwind.h index 129405e95ba6..54a97b0690b3 100644 --- a/libgcc/config/sparc/sol2-unwind.h +++ b/libgcc/config/sparc/sol2-unwind.h @@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include #include -#if defined(__arch64__) +#ifdef __arch64__ #define IS_SIGHANDLER sparc64_is_sighandler