[PATCH] for SIGSEGV, compilation error in gcc 4.6

jojelino jojelino@gmail.com
Thu Feb 10 16:11:00 GMT 2011


On 2011-02-11 AM 12:32, Christopher Faylor wrote:

>> -void __stdcall
>> +void __stdcall __attribute__ ((regparm (1), noreturn))
>> do_exit (int status)
>> {

no. it doesn't fix sigsegv, but for compilation error in 4.6.
to summerize, all changes of function definition fixes compilation error 
in gcc 4.6(trunk) and it doesn't fix sigsegv.
fixing sigsegv is done by adding __stdcall to *findenv_func type. and it 
doesn't fix compilation error in 4.6.
it was missing in changelog. so it was added
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ChangeLog
URL: <http://cygwin.com/pipermail/cygwin-patches/attachments/20110210/34cfffcd/attachment.ksh>


More information about the Cygwin-patches mailing list