ia64-common.c (ia64_except_unwind_info): Fix typo.
authorTristan Gingold <gingold@adacore.com>
Fri, 25 May 2012 08:47:07 +0000 (08:47 +0000)
committerTristan Gingold <gingold@gcc.gnu.org>
Fri, 25 May 2012 08:47:07 +0000 (08:47 +0000)
2012-05-25  Tristan Gingold  <gingold@adacore.com>

        * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.

From-SVN: r187872

gcc/ChangeLog
gcc/common/config/ia64/ia64-common.c

index 983cd3237205caa83e9a723e06d0d491c38f1b2a..dff80d66709c251c6ca74af393bf7828345fac3f 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-25  Tristan Gingold  <gingold@adacore.com>
+
+       * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
+
 2012-05-25  Thomas Schwinge  <thomas@codesourcery.com>
 
        * fold-const.c (optimize_bit_field_compare): Abort early in the strict
index 11682532704600f031f0c0e55baa53c52ee9fb03..79aed6afc793bb46afea7aab0d479157fac90fb1 100644 (file)
@@ -71,8 +71,8 @@ enum unwind_info_type
 ia64_except_unwind_info (struct gcc_options *opts)
 {
   /* Honor the --enable-sjlj-exceptions configure switch.  */
-#ifdef CONFIG_UNWIND_EXCEPTIONS
-  if (CONFIG_UNWIND_EXCEPTIONS)
+#ifdef CONFIG_SJLJ_EXCEPTIONS
+  if (CONFIG_SJLJ_EXCEPTIONS)
     return UI_SJLJ;
 #endif