This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: PATCH: Add --enable-__cxa_atexit


On Fri, May 31, 2002 at 12:22:49PM -0700, Zack Weinberg wrote:
> 
> Fair enough.  In that case, you need to document the switch in
> install.texi.
> 

Well, Jakub pointed out __cxa_atexit doesn't give Linux anything. I
withdrew my patch :-). I think it should go into libsupc++.a. You can
test it for target there. C++ should just use something like
cxx_atexit. Under Linux, it should be just atexit.


H.J.


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