bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

c++filt problem?


From: Jon Champlin
Subject: c++filt problem?
Date: Thu, 15 Dec 2005 17:05:20 -0500

I'm running c++filt to convert C++ mangled functions back to demangled
format.  Here is the version I am running:

bldlinux7.notesdev.ibm.com:jchampli{38}% cat /proc/version
Linux version 2.4.21-138-smp (address@hidden) (gcc version 3.2.2) #1 SMP
Fri Oct 31 00:51:31 UTC 2003

bldlinux7.notesdev.ibm.com:jchampli{47}% c++filt --version
GNU c++filt (C++ demangler), version 3.2.2

It works fine for some of my internal functions:

bldlinux7.notesdev.ibm.com:jchampli{40}% c++filt -_
_ZN9Statistic11UpdateNotesEv
Statistic::UpdateNotes()

But, when I just pass it 'raise' (the function that signals the exception
handler) it gives me back the wrong results:

bldlinux7.notesdev.ibm.com:jchampli{39}% c++filt -_ raise
signed char restrict

Any ideas?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]