Re: [patch ada]: Fix issues about multilib build of native windows

2011-03-28 Thread Kai Tietz
2011/3/28 Arnaud Charlet : >> Split submitted patch from thread "[patch ada]: Fix issues about >> multilib build of native windows and handle MSG_WAITALL for windows >> native targets" >> into separate ones. >> >> ChangeLog gcc/ada (ada_w_multi.txt)

Re: [patch ada]: Fix issues about multilib build of native windows

2011-03-28 Thread Arnaud Charlet
> Split submitted patch from thread "[patch ada]: Fix issues about > multilib build of native windows and handle MSG_WAITALL for windows > native targets" > into separate ones. > > ChangeLog gcc/ada (ada_w_multi.txt) > > 2011-03-28 Kai Tietz > >

Re: [patch ada]: Fix issues about multilib build of native windows and handle MSG_WAITALL for windows native targets

2011-03-28 Thread Kai Tietz
2011/3/28 Arnaud Charlet : >> I split patch into two. ada_w_multi.txt contains just the >> gcc-interface/Makefile.in change and the ada_wt.txt the MSG_WAITALL >> patch. > > Thanks. Actually raise-gcc.c is yet another issue. > > Could you please resubmit under three different emails/threads your > 3

[patch ada]: Fix issues about multilib build of native windows

2011-03-28 Thread Kai Tietz
Hello, Split submitted patch from thread "[patch ada]: Fix issues about multilib build of native windows and handle MSG_WAITALL for windows native targets" into separate ones. ChangeLog gcc/ada (ada_w_multi.txt) 2011-03-28 Kai Tietz * gcc-interface/Makefile.in (SO_LI

Re: [patch ada]: Fix issues about multilib build of native windows and handle MSG_WAITALL for windows native targets

2011-03-28 Thread Arnaud Charlet
> I split patch into two. ada_w_multi.txt contains just the > gcc-interface/Makefile.in change and the ada_wt.txt the MSG_WAITALL > patch. Thanks. Actually raise-gcc.c is yet another issue. Could you please resubmit under three different emails/threads your 3 different patches, so that they can b

Re: [patch ada]: Fix issues about multilib build of native windows and handle MSG_WAITALL for windows native targets

2011-03-28 Thread Kai Tietz
2011/3/28 Kai Tietz : > > ChangeLog gcc/ada (ada_wt.txt) > > 2011-03-28  Kai Tietz > >        * raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to >        prevent warning. >        * g-socthi-mingw.adb (C_Recvmsg): Handle MSG_WAITALL for >        windows native targets. >        * s-oscons-tmplt

Re: [patch ada]: Fix issues about multilib build of native windows and handle MSG_WAITALL for windows native targets

2011-03-28 Thread Kai Tietz
2011/3/28 Arnaud Charlet : >> this patch fixes some nits about MSG_WAITALL for mingw(-w64) targets. >> Additionally it improves multilib configury for windows native >> targets. > > Can you please split this patch in two, since the MSG_WAITALL is one thing, > and the multilib is a completely differ

Re: [patch ada]: Fix issues about multilib build of native windows and handle MSG_WAITALL for windows native targets

2011-03-28 Thread Arnaud Charlet
> this patch fixes some nits about MSG_WAITALL for mingw(-w64) targets. > Additionally it improves multilib configury for windows native > targets. Can you please split this patch in two, since the MSG_WAITALL is one thing, and the multilib is a completely different patch. Also, can you explain t

[patch ada]: Fix issues about multilib build of native windows and handle MSG_WAITALL for windows native targets

2011-03-28 Thread Kai Tietz
Hello, this patch fixes some nits about MSG_WAITALL for mingw(-w64) targets. Additionally it improves multilib configury for windows native targets. ChangeLog gcc/ada 2011-03-28 Kai Tietz * raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to prevent warning. * g-socthi