diff options
author | Christopher Faylor <me@cgf.cx> | 2006-06-03 03:01:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-06-03 03:01:28 +0000 |
commit | 6210ee96ec5e436ad937e064f527b9a53276e4bf (patch) | |
tree | 0f64912b4a7e8f04fb8b5434fd10ec6e1aeabd8a | |
parent | 35016286da5f37e051e743928fbd8d8376a39f54 (diff) | |
download | cygnal-6210ee96ec5e436ad937e064f527b9a53276e4bf.tar.gz cygnal-6210ee96ec5e436ad937e064f527b9a53276e4bf.tar.bz2 cygnal-6210ee96ec5e436ad937e064f527b9a53276e4bf.zip |
(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.
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index cbd8f9822..d2292784f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -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> |