This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [committed] Fix eh/link failures on ppc-darwin7.x


Andrew Pinski <pinskia@physics.uc.edu> writes:

> The problem here is we don't strip the underscores before piping the
> mangled to c++filt so we need to pass --strip-underscores to c++filt.
> 
> 
> I committed this as obvious after a bootstrap and check on
> powerpc-darwin7.9.0.

I guess it's safe since this script only has to work on libstdc++ and
we know that libstdc++ doesn't define any C names which start with
'Z'.

The bug in c++filt was fixed with Xcode 2.0, which shipped with Tiger,
I think.  The Tiger c++filt properly expects names as produced by 'nm'
(two underscores) on stdin, or user names (one underscore) on the
command-line.


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