]> sourceware.org Git - newlib-cygwin.git/commit
* dcrt0.cc (wow64_respawn): New static variable.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 12 Dec 2011 10:16:53 +0000 (10:16 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 12 Dec 2011 10:16:53 +0000 (10:16 +0000)
commitcdce73f183d46a202c632486d5bd82d515cb05be
tree427c3983392f65bc48fb3ccb47f2c80fedcfa27e
parentb11797ad173cad16f65d469860ce056e7bff2b52
* dcrt0.cc (wow64_respawn): New static variable.
(wow64_started_from_native64): New function to check if a WOW64
process got started from a native 64 bit process.
(respawn_wow64_process): New function to respawn process.
(dll_crt0_0): When started from a native parent, check if parent
is a 64 bit process.  If so, return early.
(_dll_crt0): Respawn WOW64 process here if required.
* init.cc (respawn_wow64_process): Remove.
(dll_entry): Rename wow64_test_stack_marker to test_stack_marker.
Drop WOW64 test here.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/init.cc
This page took 0.029625 seconds and 5 git commands to generate.