Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-06-17 12:30:27 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-06-17 12:30:27 +0400
commita71625261972960776d7602a2673fcd98fddae62 (patch)
tree8e289adf6ac2e1a78ec2a0b7ea4d805bbee9447c /winsup/cygwin/dcrt0.cc
parent2ae8e0e482a4ae27c9ca872aacf705ca0398499d (diff)
* dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.
* strace.cc (strace::hello): Drop printing DLL information here since application info is not always available at this point. (strace::dll_info): New method to print DLL info. * include/sys/strace.h (strace::dll_info): Declare.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index af8fcfe4c..e9ac04a21 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -806,6 +806,7 @@ dll_crt0_1 (void *)
}
#endif
pinfo_init (envp, envc);
+ strace.dll_info ();
/* Allocate cygheap->fdtab */
dtable_init ();