Ping for:

On May 15, 2012, at 10:52 AM, Tristan Gingold wrote:

> hi,
> 
> looks like a typo...
> 
> Ok for trunk ?
> 
> Tristan.
> 
> 2012-05-14  Tristan Gingold  <ging...@adacore.com>
> 
>       * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
> 
> diff --git a/gcc/common/config/ia64/ia64-common.c 
> b/gcc/common/config/ia64/ia64-
> index 1168253..79aed6a 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
> 
> 

Reply via email to