This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: libiberty: V3 ABI Java symbol demangling
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: libiberty: V3 ABI Java symbol demangling
- From: Daniel Berlin <dberlin at redhat dot com>
- Date: Sat, 27 Jan 2001 11:41:20 -0500 (EST)
- cc: <gcc-patches at gcc dot gnu dot org>, <java-patches at sources dot redhat dot com>
On Sun, 28 Jan 2001, Bryce McKinlay wrote:
> The changeover to the V3 ABI broke Java symbol demangling in GDB. This
> patch changes cplus_demangle() to use the V3 ABI demangling code for
> Java symbols. cplus_demangle_v3 doesn't know how to output symbols in
> Java-style yet, but C++ style is definitely better than nothing.
>
> ok to commit?
Wait just a second.
Why don't you add the approriate code to make JAVA demangling work with
AUTO_DEMANGLING, rather than add another case?
Won't this break old-abi java demangling?
--Dan