]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 11 Dec 2011 11:23:15 +0000 (11:23 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 11 Dec 2011 11:23:15 +0000 (11:23 +0000)
From-SVN: r182204

libgcc/ChangeLog
libgcc/config/sparc/sol2-unwind.h

index 55f033c3efba2310eeb2737db9315d6306360229..5122e9f1af4414eafe0b22a04e4cb11f8700e5a7 100644 (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
index 129405e95ba66be731ac430ff6c24f622d14bd3c..54a97b0690b3eaf621021f7e92a7c52a3b1b5a1c 100644 (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