This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Is c++filt working correctly?


"nm *.o | c++filt --strip-underscores --format=gnu-v3" works.

Thanks.
sps

Daniel Jacobowitz wrote:

On Wed, Apr 16, 2003 at 08:16:55AM -0700, Stephen P. Smith wrote:


I ran "nm *.o | c++filt --format gnu-v3" against a object file and recieved the following output. I am using a version of gcc that was obtained on 20030109 and so it is recent. The version of binutils was 20030415 downloaded last evenning.

Does anyone know why this wouldn't have been demangled?

T __ZNK3VAS12writePatternEPcmmm
T __ZNK3VAS14readByteAsUserEPcRh
T __ZNK3VAS15physicalAddressEPc
T __ZNK3VAS17virtualAttributesEPc



The extra leading underscore; I guess c++filt isn't prepared for that?






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