diff mbox

: Fix typo in common/config/ia64/ia64-common.c

Message ID 7B2CD7D4-4C15-42FE-A3CA-353E79A550FC@adacore.com
State New
Headers show

Commit Message

Tristan Gingold May 15, 2012, 8:52 a.m. UTC
hi,

looks like a typo...

Ok for trunk ?

Tristan.

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

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

Comments

Tristan Gingold May 21, 2012, 11:55 a.m. UTC | #1
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  <gingold@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
> 
>
Richard Henderson May 22, 2012, 5:17 p.m. UTC | #2
On 05/15/12 01:52, Tristan Gingold wrote:
> 2012-05-14  Tristan Gingold  <gingold@adacore.com>
> 
> 	* common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.

Ok.


r~
Tristan Gingold May 25, 2012, 9 a.m. UTC | #3
On May 22, 2012, at 7:17 PM, Richard Henderson wrote:

> On 05/15/12 01:52, Tristan Gingold wrote:
>> 2012-05-14  Tristan Gingold  <gingold@adacore.com>
>> 
>> 	* common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
> 
> Ok.

Thanks, committed.

Tristan.
diff mbox

Patch

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