This is the mail archive of the gcc-help@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]

Re: a c++filt for gcc ?


Thierry Grellier (fc061-2@dial.oleane.com) wrote:
: Hello,
: 
: c++filt is a useful tool provided with sun CC compiler (and probably on
: other platforms). 
: this is a filter that allows to unmangle C++ names when using nm or ld.
: Hence when linking this can be easier to read what are missing template
: functions, with their C++ notation rather than with mangled names.
: So my wonder is : does such a filter exist for gcc mangling algorithm ?

Yes.  It is called c++filt.  It is part of the GNU binutils package.

HTH,
Eric

-- 
 E.L. Meijer (tgakem@pebbles.chem.tue.nl)
 Eindhoven Univ. of Technology
 Lab. for Catalysis and Inorg. Chem. (SKA)


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