ia64-common.c (ia64_except_unwind_info): Fix typo.

2012-05-25  Tristan Gingold  <gingold@adacore.com>

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

From-SVN: r187872
This commit is contained in:
Tristan Gingold 2012-05-25 08:47:07 +00:00 committed by Tristan Gingold
parent c57685107c
commit d656c9c5bd
2 changed files with 6 additions and 2 deletions

View 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

View 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