CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin-64bit-branch
Changes by:     [email protected]  2012-10-23 11:37:24

Modified files:
        winsup/cygwin  : ChangeLog.64bit cygtls.h dcrt0.cc winsup.h 
                         pinfo.h sigproc.cc sigproc.h 
        winsup/cygwin/include/sys: cygwin.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/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.4&r2=1.1.2.5
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.4&r2=1.80.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.434&r2=1.434.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.247.2.1&r2=1.247.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.128.2.2&r2=1.128.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.388&r2=1.388.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.112.2.2&r2=1.112.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.99.2.1&r2=1.99.2.2

Reply via email to