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:
parent
c57685107c
commit
d656c9c5bd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue