CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin-64bit-branch
Changes by:     [email protected]  2013-01-29 22:15:14

Modified files:
        winsup/cygwin  : ChangeLog ChangeLog.64bit Makefile.in cygtls.h 
                         dcrt0.cc exception.h miscfuncs.cc 
                         update-copyright 
        winsup/cygwin/include/cygwin: config.h 

Log message:
        * cygtls.h: Cleanup x86_64 related comment.
        (_tlsbase): Change return type to PVOID.
        (_tlstop): Ditto.
        (_my_tls): Accommodate above change.
        * dcrt0.cc (child_info_fork::alloc_stack): Revert previous patch, but
        keep cast to PVOID.
        (dll_crt0_1): Ditto.
        * exception.h: Define _exception_list as _EXCEPTION_REGISTRATION_RECORD
        on x86_64.
        (_except_list): Define in terms of NtCurrentTeb() on x86_64.
        * miscfuncs.cc (__import_address): Handle 32 bit absolute addressing
        in IAT on x86_64.
        * include/cygwin/config.h (___getreent): New inline function on
        x86_64.  Define __getreent in terms of ___getreent on x86_64.  Fix
        comment accordingly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.5939.2.49&r2=1.5939.2.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.78&r2=1.1.2.79
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.257.2.10&r2=1.257.2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.80.2.12&r2=1.80.2.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.434.2.11&r2=1.434.2.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exception.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.5.2.3&r2=1.5.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/miscfuncs.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.82.2.7&r2=1.82.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/update-copyright.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.3.2.1&r2=1.3.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/config.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.15.2.3&r2=1.15.2.4

Reply via email to