This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: in-charge/not-in-charge
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: "Joerg Beyer" <j dot beyer at web dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: 09 Dec 2003 10:43:28 -0500
- Subject: Re: in-charge/not-in-charge
- References: <200312091205.hB9C5nQ01483@mailgate5.cinetic.de>
"Joerg Beyer" <j.beyer@web.de> writes:
> I am looking for the place where I can read about the in-charge/not-in-charge
> attributes of gcc-compiled object files and binaries.
There is some discussion here:
http://www.codesourcery.com/cxx-abi/abi.html#vtable
And see also:
http://www.codesourcery.com/cxx-abi/abi.html#obj-ctor
I'm not sure just how comprehensible this is, though.
Ian