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 ([EMAIL PROTECTED]) (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?



_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to