This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]