help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why global destructors are not in .dtors ?


From: Vladimir
Subject: Why global destructors are not in .dtors ?
Date: Wed, 23 Mar 2005 18:39:42 +0300
User-agent: KNode/0.9.0

Hello All !
I've observed that my gcc-3.3 handles global destructors using
__cxa_atexit() rather than using .dtors section. In my case I have no
__cxa_atexit() function, but I do have __do_global_dtors_aux from
crtstuff.c which handles .dtors section.
Can I somehow tell gcc to add global destructors to .dtors section ?

In advance thanks a lot for your help.

-- 
    Vladimir





reply via email to

[Prev in Thread] Current Thread [Next in Thread]