4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 20:39:33 +08:00

(check in missing ChangeLog lines)

* tlsoffsets.h: Regenerate.
* dcrt0.cc (break_here): Define unconditionally for use elsewhere.  Call
DebugBreak, if appropriate.
(initial_env): Rely on break_here() to call DebugBreak.
* exceptions.cc (try_to_debug): Ditto.
This commit is contained in:
Christopher Faylor 2006-06-03 03:01:28 +00:00
parent 35016286da
commit 6210ee96ec

View File

@ -2,6 +2,12 @@
* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision
with the call chain.
* tlsoffsets.h: Regenerate.
* dcrt0.cc (break_here): Define unconditionally for use elsewhere.
Call DebugBreak, if appropriate.
(initial_env): Rely on break_here() to call DebugBreak.
* exceptions.cc (try_to_debug): Ditto.
2006-06-02 Christopher Faylor <cgf@timesys.com>