This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH/RFC] Enable java on sh64-linux
- From: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: ddaney at avtrex dot com
- Cc: tromey at redhat dot com, gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, joern dot rennecke at superh dot com, aoliva at redhat dot com
- Date: Tue, 28 Sep 2004 18:50:53 +0900 (JST)
- Subject: Re: [PATCH/RFC] Enable java on sh64-linux
- References: <69397FFCADEFD94F8D5A0FC0FDBCBBDEF4CB@avtrex-server.hq.avtrex.com>
"David Daney" <ddaney@avtrex.com> wrote:
> Looks like you have to increment the PC value (in the stored register area) so
> that it is pointing after the faulting instruction.
> MIPS and x86 do this (as I imagine do others) in ????-signal.h.
I wrote such a sh-signal.h. It solves the Array_3 failure!
Thanks for your suggestion.
Regards,
kaz