From 6210ee96ec5e436ad937e064f527b9a53276e4bf Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 3 Jun 2006 03:01:28 +0000 Subject: [PATCH] (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. --- winsup/cygwin/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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