* exceptions.cc (_cygtls::interrupt_now): Avoid nonsensical tests which delay

an interrupt.
(setup_handler): Remove unneeded DEBUGGING handling.  Ensure that stack is
locked when we are about to do push/pop to it.  Fix debugging output.
This commit is contained in:
Christopher Faylor
2010-07-18 20:13:26 +00:00
parent 3a7c5515b2
commit 9134e80ac6
2 changed files with 11 additions and 11 deletions

View File

@@ -1,3 +1,10 @@
2010-07-18 Christopher Faylor <me+cygwin@cgf.cx>
* exceptions.cc (_cygtls::interrupt_now): Avoid nonsensical tests which
delay an interrupt.
(setup_handler): Remove unneeded DEBUGGING handling. Ensure that stack
is locked when we are about to do push/pop to it. Fix debugging output.
2010-07-18 Christopher Faylor <me+cygwin@cgf.cx>
* gendef: Throughout, remove lock from xchgl since it is implied.