CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-12-03 05:21:55

Modified files:
        winsup/cygwin  : ChangeLog cygthread.cc cygthread.h cygtls.h 
                         dcrt0.cc exceptions.cc thread.cc thread.h 
                         winbase.h 

Log message:
        * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
        (cygthread::stub2): New function.
        (cygthread::simplestub): Ditto.
        (cygthread::simplestub2): New function.
        * cygthread.h (cygthread::stub2): Declare new function.
        (cygthread::simplestub2): Ditto.
        * cygtls.h (_threadinfo::call): Declare new function.
        (_threadinfo::call2): Ditto.
        * dcrt0.cc (dll_crt0_1): Accommodate new _threadinfo::init which doesn't return
        pointer to tls.
        (_dll_crt0): Remove obsolete DECLARE_TLS_STORAGE.
        (dll_crt0): Ditto.
        * exceptions.cc (_threadinfo::call): New function.
        (_threadinfo::call2): Ditto.
        (_threadinfo::init): Don't return pointer.
        * thread.cc (pthread::thread_init_wrapper): Properly establish _threadinfo
        environment.
        (pthread::thread_init_wrapper2): New function.
        * thread.h (pthread::thread_init_wrapper): Remove noreturn attribute
        (pthread::thread_init_wrapper2): Declare new function.
        * winbase.h: Remove obsolete code.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2206&r2=1.2207
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.cc.diff?cvsroot=src&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.192&r2=1.193
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.178&r2=1.179
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.149&r2=1.150
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.80&r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winbase.h.diff?cvsroot=src&r1=1.5&r2=1.6

Reply via email to