This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [patch] boehm-gc for linux-m68k
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Subject: Re: [patch] boehm-gc for linux-m68k
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- Date: Thu, 27 Sep 2001 10:02:01 +0100 (BST)
- Cc: tromey at redhat dot com,Richard Zidlicky <Richard dot Zidlicky at stud dot informatik dot uni-erlangen dot de>,java at gcc dot gnu dot org, Roman Zippel <zippel at linux-m68k dot org>
- References: <20010923013659.A4814@linux-m68k.org><87u1xpbxaa.fsf@creche.redhat.com><15282.9762.340144.97312@gargle.gargle.HOWL>
Matthias Klose writes:
> Tom Tromey writes:
> > >>>>> "Richard" == Richard Zidlicky <Richard.Zidlicky@stud.informatik.uni-erlangen.de> writes:
> >
> > Richard> Hello, bellow are 2 patches to fix boehm-gc for linux-m68k in
> > Richard> the 3.0.x branch. The equivalent patch is already in the 3.1
> > Richard> branch.
> >
> > This is fine, but doesn't it only make a difference if libjava is
> > ported to linux-m68k?
>
> it is "ported". Attached are the testsuite results. The compiler used
> is the Debian 3.0.2 snapshot (010922) plus some m68k patches Roman
> Zippel sent for inclusion.
>
> === libjava tests ===
>
>
> Running target unix
> FAIL: Invoke_1 -O execution from source compiled test
> FAIL: Invoke_1 -O execution from bytecode->native test
Umm. SEGV handler not working?
Andrew.