OSDN Git Service

* config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Dec 2011 11:23:15 +0000 (11:23 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Dec 2011 11:23:15 +0000 (11:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182204 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 55f033c..5122e9f 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 129405e..54a97b0 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