CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin-64bit-branch
Changes by:     [email protected]  2013-02-14 19:32:02

Modified files:
        winsup/cygwin  : ChangeLog.64bit autoload.cc 

Log message:
        * autoload.cc (two_addr_t): Use __uint64_t as type for the i686
        version, analogue to __uint128_t for x86_64.
        (INIT_WRAPPER): New x86_64 macro to install a sysv_abi function wrapper
        for the DLL init functions.  Add long comment to explain why this is
        necessary.  Create wrapper for std_dll_init and wsock_init.
        (std_dll_init): Rename with leading underscore on x86_64 and take
        calling function as argument.  Disable overwriting return address on
        stack for x86_64.
        (wsock_init): Ditto.

Patches:
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.96&r2=1.1.2.97
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.211.2.5&r2=1.211.2.6

Reply via email to