aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
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 /libgcc/config
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
Diffstat (limited to 'libgcc/config')
-rw-r--r--libgcc/config/sparc/sol2-unwind.h2
1 files changed, 1 insertions, 1 deletions
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