aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2011-12-11 11:23:15 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2011-12-11 11:23:15 +0000
commit8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f (patch)
tree38353e2a32b5c923b124c6d8bebe86f212121e03
parentcce30ea89cd30aab0b37a0b09ec56a4107fcc773 (diff)
downloadgcc-8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f.zip
gcc-8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f.tar.gz
gcc-8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f.tar.bz2
* config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
From-SVN: r182204
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config/sparc/sol2-unwind.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 55f033c..5122e9f 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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
diff --git a/libgcc/config/sparc/sol2-unwind.h b/libgcc/config/sparc/sol2-unwind.h
index 129405e..54a97b0 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 <sys/frame.h>
#include <sys/stack.h>
-#if defined(__arch64__)
+#ifdef __arch64__
#define IS_SIGHANDLER sparc64_is_sighandler