RE: Bootstrap failure on native mingw32

2008-04-15 Thread Danny Smith
Committed as obvious. This was already in my sources (for another reason) when I tested Kai's patch. Sorry for not noticing. Danny * libgcc2.c [L_trampoline]: Remove unnecessary prototype for Windows VirtualProtect function. Index: libgcc2.c ==

Re: Bootstrap failure on native mingw32

2008-04-15 Thread Kai Tietz
FX <[EMAIL PROTECTED]> wrote on 15.04.2008 15:21:30: > > I remember that modification. This is related to a patch in > > config/i386/mingw32.h to include for libgcc2 the windows header. > > OK. Bootstrap does proceed with the prototype removed, of course (it's > not yet finished). > > Question i

Re: Bootstrap failure on native mingw32

2008-04-15 Thread Kai Tietz
[EMAIL PROTECTED] wrote on 15.04.2008 14:40:15: > [EMAIL PROTECTED] wrote on 15.04.2008 14:28:17: > > > I'm not exactly sure how this one was introduced, but a bootstrap on > > native i686-pc-mingw32 dies in stage1 libgcc with: > > > > ../../../trunk/libgcc/../gcc/libgcc2.c:2052: warning: no pre

Re: Bootstrap failure on native mingw32

2008-04-15 Thread FX
> I remember that modification. This is related to a patch in > config/i386/mingw32.h to include for libgcc2 the windows header. OK. Bootstrap does proceed with the prototype removed, of course (it's not yet finished). Question is: can we remove it altogether, or are there still cases where it is

Re: Bootstrap failure on native mingw32

2008-04-15 Thread Kai Tietz
[EMAIL PROTECTED] wrote on 15.04.2008 14:28:17: > I'm not exactly sure how this one was introduced, but a bootstrap on > native i686-pc-mingw32 dies in stage1 libgcc with: > > ../../../trunk/libgcc/../gcc/libgcc2.c:2052: warning: no previous > prototype for 'getpagesize' > ../../../trunk/libgcc/.