This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
PATCH: MIPS support for libjava (version 2).
- From: Andrew Haley <aph at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 11 Sep 2003 12:42:24 +0100
- Subject: PATCH: MIPS support for libjava (version 2).
- References: <3F5F9BD3.9030900@avtrex.com>
David Daney writes:
> 2003-09-10 David Daney <ddaney@avtrex.com>
>
> MIPS support for libjava.
> * libjava/Makefile.am: Support for extra .c and .S files.
> * libjava/configure.host: Added mips*el*-linux* host.
> * libjava/configure.in: Added --with-broken-dladdr,
> --with-libgcj-mips-xgot and mips*-*-linux* host.
> * libjava/include/mips-signal.h: New file.
> * libjava/sysdep/mips/mipsel-backtracer.c: New file.
> * libjava/sysdep/mips/mipsel-backtracer.h: New file.
> * libjava/sysdep/mips/mipsel-bthelper.S: New file.
Please post your libgcj test results.
If you have a clean test run, this is OK with Anthony's suggested
changes. Your MIPS stacktrace looks very hairy, but I take your word
that there really is no better way to do it.
Once you have checked in the MD_FALLBACK_FRAME_STATE_FOR changes,
please check this in.
Andrew.