This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch i386]: PR/39356 name collision of __chkstk


Dave Korn <dave.korn.cygwin@googlemail.com> wrote on 19.03.2009 16:59:47:

> Kai Tietz wrote:
> > Hello,
> > 
> > this patch fixes PR/39356 (
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39356)
> 
>   Hi Kai, just a minor nit:
> 
> -   .global ___chkstk
> -   .global   __alloca
> +.global ___gnu_chkstk
> +.global   __alloca
>  #ifndef _WIN64
> +.global ___chkstk
> 
> 
>   Please retain the existing formatting convention for indenting 
pseudo-ops.
> I'm guessing this is just accidental, since the earlier version of your 
patch
> in the PR didn't do this.
> 
>     cheers,
>       DaveK
> 

Thanks for noticing that, it was by accident (not by intention ;) ).
I've update the patch.

Cheers,
Kai



|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

Attachment: chkstk_mingw.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]