This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bootstrap failure
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Subject: Re: Bootstrap failure
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 9 Nov 2001 18:46:01 -0500 (EST)
- cc: java at gcc dot gnu dot org
On Sat, 10 Nov 2001, Bryce McKinlay wrote:
> I recently fixed a name mangling bug that occured when things like
> "java.lang" and "gnu.java.lang" occured in the same symbol. If you
> didn't do a complete rebuild, the change would have caused those link
> failures since some object files would still be using the old broken
> mangling.
That's probably what happened. Thanks!
Jeff