This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]