]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: x86_64: pthreads: Install exception handler after switching stack
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 30 Jan 2019 19:05:39 +0000 (20:05 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 30 Jan 2019 19:05:39 +0000 (20:05 +0100)
commit9a5abcc896bde48ae72fd62fe43a2307663d8ad5
tree13fd43cc7f59a1948bcafbf1897f719ec33eed8c
parentba3e20894d068d34186e485563cc1ab2819e8f5f
Cygwin: x86_64: pthreads: Install exception handler after switching stack

After creating a pthread, the stack gets moved to the desired memory
location.  While the 32 bit thread wrapper copies the exception handler
information to the new stack (so we have at least *some* exception
handler present), the x86_64 code didn't perform any exception handler
magic.  Fix that.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/thread.cc
This page took 0.030374 seconds and 5 git commands to generate.