Is c++filt working correctly?

Stephen P. Smith ischis2@cox.net
Wed Apr 16 15:36:00 GMT 2003


"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?
>
>  
>



More information about the Binutils mailing list