This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ demangling question
- From: Mark Mitchell <mark at codesourcery dot com>
- To: Wirawan Purwanto <wirawan at camelot dot physics dot wm dot edu>,"gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Wed, 12 Jun 2002 13:36:56 -0000
- Subject: Re: C++ demangling question
--On Tuesday, June 11, 2002 5:40 PM -0400 Wirawan Purwanto
<wirawan@camelot.physics.wm.edu> wrote:
I played around with c++filt to get the demangled names of the subroutines
in my object file, and I found several "attributes" on the
constructor/destructor that I didn't recognize, for example:
See the C++ ABI document at www.codesourcery.com/cxx-abi for more
information. (These variants know whether to construct virtual base
classes and/or call operator delete.)
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com