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)
> 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
>
>
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
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
> 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
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
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
> 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
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