summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog6
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>