diff options
author | Christopher Faylor <me@cgf.cx> | 2005-12-03 05:01:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-12-03 05:01:51 +0000 |
commit | 49085f6f16adf9f6cf97e19f94878071cebc49fe (patch) | |
tree | 7f98823b82f09927caffe8ec7a256345ff02cb98 /winsup/cygwin/ChangeLog | |
parent | 087f4a61d28201ce04d19cce2a1112cc2f8966d4 (diff) | |
download | cygnal-49085f6f16adf9f6cf97e19f94878071cebc49fe.tar.gz cygnal-49085f6f16adf9f6cf97e19f94878071cebc49fe.tar.bz2 cygnal-49085f6f16adf9f6cf97e19f94878071cebc49fe.zip |
* include/exceptions.h (exception_list): Revert previous change. Windows
doesn't care.
(exception_handler): Use real exception_list parameter type rather than void *
* tlsoffsets.h: Regenerate.
* cygtls.h (_cygtls::handle_exceptions): Use real exception_list parameter type
rather than void *.
(handle_threadlist_exception): Ditto.
(init_exception_handler): Ditto.
* cygtls.cc (_cygtls::handle_threadlist_exception ): Ditto.
(_cygtls::init_exception_handler): Add kludge to terminate linked list with a
loop, which seems to solve problem of RtlUnwind causing problems
* exceptions.cc (rtl_unwind): Use real exception_list parameter type rather
than void *.
(_cygtls::handle_exceptions): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5b6586122..1bbcc8095 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,23 @@ 2005-12-02 Christopher Faylor <cgf@timesys.com> + * include/exceptions.h (exception_list): Revert previous change. + Windows doesn't care. + (exception_handler): Use real exception_list parameter type rather than + void * + * tlsoffsets.h: Regenerate. + * cygtls.h (_cygtls::handle_exceptions): Use real exception_list + parameter type rather than void *. + (handle_threadlist_exception): Ditto. + (init_exception_handler): Ditto. + * cygtls.cc (_cygtls::handle_threadlist_exception ): Ditto. + (_cygtls::init_exception_handler): Add kludge to terminate linked list + with a loop, which seems to solve problem of RtlUnwind causing problems + * exceptions.cc (rtl_unwind): Use real exception_list parameter type + rather than void *. + (_cygtls::handle_exceptions): Ditto. + +2005-12-02 Christopher Faylor <cgf@timesys.com> + * cygtls.h (_cygtls::el): New field. (_cygtls::handle_exceptions): New function declaration. (_cygtls::handle_threadlist_exception): Ditto. |