Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 1997 23:47:41 -0800
From:      Josh MacDonald <jmacd@CS.Berkeley.EDU>
To:        freebsd-hackers@freebsd.org
Subject:   Re: demangling cplusplus names in ld output 
Message-ID:  <199701060747.XAA28029@paris.CS.Berkeley.EDU>
In-Reply-To: Your message of "Sun, 05 Jan 1997 23:06:59 EST." <Pine.OSF.3.95.970105230143.9375F-100000@ginger.eng.umd.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
In any case, there is an unused file /usr/src/gnu/usr.bin/ld/cplus-dem.c
which is an old and out of date version of the file
/usr/src/contrib/gcc/cplus-dem.c.  I assume, since the out of date demangling
code is in the ld directory, and I might even recall it in the past, that
there used to be this type of support.  Can anyone fill me in?

-josh

On Sun, 5 Jan 1997, Jordan K. Hubbard wrote:

> In otherwords, instead of this:
> 
> jkh@time-> cc fump.cc -o fump
> /var/tmp/cc0123471.o: Undefined symbol `___8iostreami' referenced from text
segment
> 
> You'd get this:
> 
> jkh@time-> cc fump.cc -o fump
> /var/tmp/cc0123471.o: Undefined symbol `iostream::iostream(int)' referenced
from text segment



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