C++ demangling question
Mark Mitchell
mark@codesourcery.com
Wed Jun 12 06:56:00 GMT 2002
--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
More information about the Gcc
mailing list