This is the mail archive of the binutils@sourceware.org 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: Need help with SLES8 c++filt


Hi Jon,

c++filt -_ raise

signed char restrict


If you pass the '-s gnu' or '-s gnu-v3' flags it will properly return
'raise' but then demangling of truly mangled names no longer works.  So, I
need to find out which versions return the wrong values for 'raise' and
what version the problem was fixed in.  It seems the fix might have been
Ian's changes to cp-demangle.c  and cplus-dem.c on 2004-01-12, but I don't
know for sure.

The easiest way to check this is to check out the binutils sources from that day (or maybe the day after) and see if the bug is fixed. If it is, check out the sources from the day before and if the bug is present then you know that you have found your fix.


Cheers
  Nick




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