This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: static constructors/destructors and atexit
- To: Steven Parkes <parkes at sierravista dot com>
- Subject: Re: static constructors/destructors and atexit
- From: Noel Yap <nyap at garban dot com>
- Date: Wed, 12 Aug 1998 07:38:54 -0400
- CC: Todd Vierling <tv at pobox dot com>, Alexandre Oliva <oliva at dcc dot unicamp dot br>, egcs at cygnus dot com
- Organization: Garban LLC
- References: <199808111651.JAA28041@monterey.sierravista.com>
Steven Parkes wrote:
> And that doesn't even touch machines where DLLs resolve to the system
> atexit() at link time.
That's right, I hadn't considered this.
Noel