This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
Re: Interactions between c++filter and assembler output
- To: Marc.Espie@liafa.jussieu.fr
- Subject: Re: Interactions between c++filter and assembler output
- From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Date: Fri, 26 Feb 1999 18:49:26 +0100
- CC: egcs@egcs.cygnus.com
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- In-reply-to: <19990226175510.18648@liafa1.liafa.jussieu.fr> (message from MarcEspie on Fri, 26 Feb 1999 17:55:11 +0100)
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- References: <19990226175510.18648@liafa1.liafa.jussieu.fr>
- Sender: owner-egcs@egcs.cygnus.com
- User-Agent: SEMI/1.8.6 (Fukuoka) FLIM/1.9.2 (Shin-Tanabe) Emacs/20.3 (with unibyte mode)
> 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