* 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.
* 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>