This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 3.4/3.5] libffi & libjava port for hppa-linux


Andrew Haley wrote:
> John David Anglin writes:
>  > > That said, if a libjava maintainer could pinpoint the likely causes of the 
>  > > failures, I'd glad to take a look.
>  > 
>  > Same here.  Randolph Chung and I both tried to debug the java exception
>  > failures but we weren't able to determine the cause.
> 
> MD_FALLBACK_FRAME_STATE_FOR has not yet been written, as far as I can
> see.  This is part of finishing the gcj port.

If my understanding is correct, a much slower interim
option would be to use "-fcheck-references" and
"-fuse-divide-subroutine" for your target instead, while
waiting for the correct MD_FALLBACK_FRAME_STATE_FOR
implementation for your target - but the latter is
*much more preferable*.

See "libjava/configure.host for "*-mingw*" for example.
(Just setting "can_unwind_signal=no" should also work.)

A slightly out-of-date description of the issues is at:

    http://gcc.gnu.org/java/port-signals.html

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]