This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

PATCH: MIPS support for libjava (version 2).


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.


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