This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: --enable-__cxa_atexit
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>, Scott Robert Ladd <scott at coyotegulch dot com>, gcc List <gcc at gcc dot gnu dot org>
- Date: 12 Feb 2003 11:19:54 +0100
- Subject: Re: --enable-__cxa_atexit
- Organization: Integrable Solutions
- References: <305620000.1044989514@warlock.codesourcery.com>
Mark Mitchell <mark@codesourcery.com> writes:
| --On Tuesday, February 11, 2003 12:00:52 AM +0100 Gerald Pfeifer
| <pfeifer@dbai.tuwien.ac.at> wrote:
|
| > The question now is ``Is --enable-__cxa_atexit still required for ABI
| > compliance'', and that really looks like a GCC question to me (which
| > I'd answer -- if I knew the answer).
|
| It's not required for ABI conformance -- but it is required to get a
| correct C++ compiler, if you're concerned about the exact order of
| static destructors.
Then, the documentaion needs to be corrected.
-- Gaby