summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-25 04:08:00 +0000
committerChristopher Faylor <me@cgf.cx>2004-02-25 04:08:00 +0000
commit241f503c759b2bcfb0ae47110a59389a2dee5cfc (patch)
tree4959cebaa6681df0d61a55464e8c6c55a3352cf4 /winsup/cygwin/ChangeLog
parent2f27f08520bc68aa5e7bb044e98b89d960c89769 (diff)
downloadcygnal-241f503c759b2bcfb0ae47110a59389a2dee5cfc.tar.gz
cygnal-241f503c759b2bcfb0ae47110a59389a2dee5cfc.tar.bz2
cygnal-241f503c759b2bcfb0ae47110a59389a2dee5cfc.zip
* gendef (stabilize_sig_stack): Correctly align this pointer for call to
_cygtls::call_signal_handler. * gentls_offsets: Output sizeof field. * tlsoffsets.h: Regenerate.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9d00d22c9..62682f357 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2004-02-24 Christopher Faylor <cgf@redhat.com>
+ * gendef (stabilize_sig_stack): Correctly align this pointer for call
+ to _cygtls::call_signal_handler.
+ * gentls_offsets: Output sizeof field.
+ * tlsoffsets.h: Regenerate.
+
+2004-02-24 Christopher Faylor <cgf@redhat.com>
+
* dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.
* external.cc (cygwin_internal): Implement CW_GET_BINMODE.