This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: __cxa_atexit question
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: bkoz at redhat dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 10 May 2006 09:54:28 -0700 (PDT)
- Subject: Re: __cxa_atexit question
> As far as your suggestion..... __cxa_atexit and __cxa_finalize,
> perhaps. I would be in favor of actual definitions of these functions
> if you go this route. Or, were you thinking of linking to other
> definitions elsewhere?
No, I was thinking of putting actual definitions of __cxa_atexit and
__cxa_finalize (and atexit) in libstdc++.
> Currently, for the gcc toolchain on HPUX, there is no __cxa_atexit
> definition?
There is no __cxa_atexit in the HP-UX libc, there is a __cxa_atexit in
the C++ runtime library that the HP C++ compiler uses. GNU g++, of
course, does not use that runtime library on HP-UX.
Steve Ellcey
sje@cup.hp.com