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]

Re: PATCH: MIPS support for libjava (version 2).




Andrew Haley wrote:

David Daney writes:
> > > Andrew Haley wrote:
> > >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.
> >
> Unfortunatly I currently have no way to run the testsuite as I have it > configured as a cross compiler, and the testsuite seems to be intended > for native builds.


It's a dejagnu testsuite, and dejagnu is quite capable of coping with
cross compilers.  dejagnu has several ways of invoking tests on the
target, one of which will probably work for you.

I'm very unhappy about the idea of accepting this if it's untested.


I don't blame you.

O.K. O.K. dejagnu and testsuite here I come...

David.




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