This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[committed] Fix eh/link failures on ppc-darwin7.x


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.

Thanks,
Andrew Pinski

ChangeLog:

* scripts/make_exports.pl: Pass --strip-underscores to c++filt.


Attachment: t.diff.txt
Description: Text document


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