CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin-64bit-branch
Changes by:     [email protected]  2012-10-23 12:54:27

Modified files:
        winsup/cygwin  : dcrt0.cc globals.cc wincap.cc wow64.cc wow64.h 

Log message:
        * cygtls.h (__stack_t): Define as uintptr_t.
        * dcrt0.cc (child_info_fork::alloc_stack): Conditionalize assembler
        code on a per-CPU base.  Rename esp to stackp.
        (get_cygwin_startup_info): Cast pointers to uintptr_t in
        multiple_cygwin_problem call.  Minor formatting change.
        (_dll_crt0): Conditionalize assembler code on a per-CPU base.
        (multiple_cygwin_problem): Change parameters from unsigned to uintptr_t.
        * winsup.h (multiple_cygwin_problem): Change declaration accordingly.
        * pinfo.h (pinfo::reattach): Cast 2nd argument in proc_subproc call
        to uintptr_t.
        (pinfo::remember): Ditto.
        * sigproc.cc (proc_subproc): Change 2nd parameter to uintptr_t to allow
        pointer values.
        * sigproc.h (proc_subproc): Change declaration accordingly.
        * include/sys/cygwin.h (per_process_overwrite): Use offsetof to compute
        value.

Patches:
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.1&r2=1.434.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/globals.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.40.2.1&r2=1.40.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.125&r2=1.125.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wow64.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.6&r2=1.6.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wow64.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.3&r2=1.3.2.1

Reply via email to