From 22a1a24f10203d4a361cb6b1742d2b04f524e221 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 16 Sep 2004 03:49:03 +0000 Subject: * cygwin.din (_impure_ptr): Export. (reent_data): Don't export. * dcrt0.cc (reent_data): Drop. (__cygwin_user_data): Initialize impure_ptr as GLOBAL_REENT. (_dll_crt0): Initialize _impure_ptr as GLOBAL_REENT. * lib/_cygwin_crt0_common.cc (_impure_ptr): Drop. Declare extern as dllimport instead. --- winsup/cygwin/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'winsup/cygwin/ChangeLog') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b02d817f8..54dcedca6 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,13 @@ +2004-09-15 Corinna Vinschen + + * cygwin.din (_impure_ptr): Export. + (reent_data): Don't export. + * dcrt0.cc (reent_data): Drop. + (__cygwin_user_data): Initialize impure_ptr as GLOBAL_REENT. + (_dll_crt0): Initialize _impure_ptr as GLOBAL_REENT. + * lib/_cygwin_crt0_common.cc (_impure_ptr): Drop. Declare extern as + dllimport instead. + 2004-09-14 Christopher Faylor * cygtls.h: Add alignment kludge to fix disparity between compilers. -- cgit v1.2.3