FYI on private static object construction

Joe Buehler jbuehler@hekimian.com
Thu Aug 8 08:50:00 GMT 2002


Christopher Faylor wrote:

> So, it sounds like you should be able to supply us with a list of
> the offending functions.

Here you go.  The tcf function looks like it is always the function
in front of the function that uses it.

*** /bin/cygwin1.dll
61016dc0 t ___tcf_0
61016ddc t fillout_pinfo(int, int)
-- 
610431e0 t ___tcf_0
610432c4 T read_etc_group(void)
-- 
61054358 t ___tcf_0
61054408 T read_etc_passwd(void)
-- 
61083450 t ___tcf_0
610834fc t wait_sig(void *)@4
-- 
6108842c t ___tcf_0
61088448 T strace::microseconds(void)
-- 
6109a08c t ___tcf_0
6109a0a8 T _gettimeofday

According to nm, there are no symbols in the other dlls in /bin,
so I can't check them.  I have rebuilt cygwin1.dll with
debugging info so I could get the info above.

Joe Buehler



More information about the Cygwin-developers mailing list