This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Libjava bootstrap still broken on arm-linux
On Sat, 27 Nov 2004 12:37:32 GMT, Andrew Haley wrote:
> Richard Earnshaw writes:
> > Bootstrap has been broken on arm-linux since around the time of the BC
> > branch merge (last successful bootstrap from sources checked out sometime
> > on Nov 24).
> >
> > This is with sources checked out at 'Fri Nov 26 22:16:25 UTC 2004', so it
> > should include Tom's latest patch.
>
> Committed. Try it now.
>
> 2004-11-27 Andrew Haley <aph@redhat.com>
>
> * link.cc (ensure_class_linked): Conditionally compile
> _Jv_IsInterpretedClass on INTERPRETER.
> (print_class_loaded): Likewise.
> (wait_for_state): Likewise.
>
> * include/jvm.h (ROUND): Move to here from include/java-interp.h.
> * include/java-interp.h (ROUND): Remove.
Sanity is restored.
Thanks.
R.