This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH/RFA] libjava: SH support
- From: Jeff Sturm <jsturm at one-point dot com>
- To: kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- Cc: gcc-patches at gcc dot gnu dot org, <java-patches at gcc dot gnu dot org>, <aoliva at redhat dot com>, <joern dot rennecke at st dot com>
- Date: Tue, 23 Jul 2002 23:40:26 -0400 (EDT)
- Subject: Re: [PATCH/RFA] libjava: SH support
On Wed, 24 Jul 2002, kaz Kojima wrote:
> === libjava Summary ===
>
> # of expected passes 2440
> # of unexpected failures 75
> # of expected failures 14
> # of untested testcases 191
Does this port have a working MD_FALLBACK_FRAME_STATE_FOR? This is
necessary to unwind through signal handler frames. Without it you can set
CHECKREFSPEC, EXCEPTIONSPEC as is done for e.g. xscale*-elf:
CHECKREFSPEC=-fcheck-references
EXCEPTIONSPEC=
Jeff