This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Interactions between c++filter and assembler output
- To: Marc dot Espie at liafa dot jussieu dot fr
- Subject: Re: Interactions between c++filter and assembler output
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Fri, 26 Feb 1999 18:49:26 +0100
- CC: egcs at egcs dot cygnus dot com
- References: <19990226175510.18648@liafa1.liafa.jussieu.fr>
> For machines where it causes no further problems, I think it is a good
> idea to tweak the assembler output a bit, so that it yields
> .type blaname , function
> which c++filt knows how to unmangle correctly.
OTOH, c++filt should know that a komma is never part of a mangled name
(is it?). Fixing c++filt seems the better approach to me.
Regards,
Martin