Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 1998 16:26:33 +0400 (MSD)
From:      Alexander Krotoff <krotoff@such.srcc.msu.su>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   cplusplus ld demangling
Message-ID:  <199807101226.QAA09555@such.srcc.msu.su>

next in thread | raw e-mail | index | archive | help
Hi,

I am using freebsd-2.2.6 with gcc-2.8.1 built with ports collection.
2.2.6 ld version supports c++ names demangling, but this feature
do not work.

As seems to me this problem could be fixex this way:

diff -r1.1 /usr/src/gnu/usr.bin/ld/warnings.c
73c73
<   saved_result = cplus_demangle (name[0] == '_' ? name + 1 : name, DMGL_PARAMS | DMGL_ANSI);
---
>   saved_result = cplus_demangle (name, DMGL_PARAMS | DMGL_ANSI);

-ank










To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807101226.QAA09555>