diff options
author | Christopher Faylor <me@cgf.cx> | 2000-07-12 04:49:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-07-12 04:49:07 +0000 |
commit | 5f9316981a7df426730026dfd0eea55303133594 (patch) | |
tree | edcc1972736b7edb2b8cddb960ef04844edab911 /winsup/cygwin/ChangeLog | |
parent | a0f7b496ad87e70720c6a1bef0e31b0524444d21 (diff) | |
download | newlib-5f9316981a7df426730026dfd0eea55303133594.zip newlib-5f9316981a7df426730026dfd0eea55303133594.tar.gz newlib-5f9316981a7df426730026dfd0eea55303133594.tar.bz2 |
* debug.cc (thread_stub): Use impure_ptr in place of reent_data.
* dll_init.cc (dll_dllcrt0): Replace erroneous use of local symbol with correct
__cygwin_user_data->impure_ptr.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 05c2223..82d8411 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 12 00:46:00 2000 Christopher Faylor <cgf@cygnus.com> + + * debug.cc (thread_stub): Use impure_ptr in place of reent_data. + * dll_init.cc (dll_dllcrt0): Replace erroneous use of local symbol with + correct __cygwin_user_data->impure_ptr. + Wed Jul 12 00:01:03 2000 Christopher Faylor <cgf@cygnus.com> * lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset |