https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79928

Chung-Ju Wu <jasonwucj at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jasonwucj at gcc dot gnu.org

--- Comment #3 from Chung-Ju Wu <jasonwucj at gcc dot gnu.org> ---
(In reply to Martin Sebor from comment #1)
> I'm pretty sure it's no joke, just a mistake.  Let me suggest the following
> wording/patch:
> 
> diff --git a/gcc/config/nds32/nds32.c b/gcc/config/nds32/nds32.c
> index 9313712..705d223 100644
> --- a/gcc/config/nds32/nds32.c
> +++ b/gcc/config/nds32/nds32.c
> @@ -2704,7 +2704,7 @@ nds32_option_override (void)
>  
>    /* Currently, we don't support PIC code generation yet.  */
>    if (flag_pic)
> -    sorry ("not support -fpic");
> +    sorry ("position-independent code not supported");
>  }

Hi, Martin & Roland,

Yes, it was indeed a mistake.
Thank both of you to point out this grammar issue.

The patch that Martin provided is OK on mailing list.
Thank you so much. :)


Best regards,
jasonwucj

Reply via email to