From d656c9c5bde6a4c48b10861c9d5e3a2542396279 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 25 May 2012 08:47:07 +0000 Subject: [PATCH] ia64-common.c (ia64_except_unwind_info): Fix typo. 2012-05-25 Tristan Gingold * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo. From-SVN: r187872 --- gcc/ChangeLog | 4 ++++ gcc/common/config/ia64/ia64-common.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 983cd323720..dff80d66709 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-05-25 Tristan Gingold + + * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo. + 2012-05-25 Thomas Schwinge * fold-const.c (optimize_bit_field_compare): Abort early in the strict diff --git a/gcc/common/config/ia64/ia64-common.c b/gcc/common/config/ia64/ia64-common.c index 11682532704..79aed6afc79 100644 --- a/gcc/common/config/ia64/ia64-common.c +++ b/gcc/common/config/ia64/ia64-common.c @@ -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 -- 2.30.2