diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2004-11-23 23:18:14 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2004-11-23 23:18:14 +0000 |
commit | a996709e40e818bf3b3561f229514991e9d90fa9 (patch) | |
tree | fba87be73c98fcc7d83be854651a4a5f78133f12 /libjava | |
parent | 6f9e35784d327805a4210efd91a9028c6ad21ee4 (diff) | |
download | gcc-a996709e40e818bf3b3561f229514991e9d90fa9.tar.gz |
o32.S (ffi_call_O32, [...]): Use jalr instead of jal.
* src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
of jal. Use an absolute encoding for the frame information.
* configure.host: Enable the interpreter for mips*-*-linux*.
From-SVN: r91116
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 4 | ||||
-rw-r--r-- | libjava/configure.host | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 0c5075edb2d..67d2d769d26 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2004-11-23 Richard Sandiford <rsandifo@redhat.com> + + * configure.host: Enable the interpreter for mips*-*-linux*. + 2004-11-23 Michael Koch <konqueror@gmx.de> * java/lang/String.java (rehash): Removed. diff --git a/libjava/configure.host b/libjava/configure.host index cbecf04106e..437566a3079 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -226,6 +226,7 @@ EOF mips*-*-linux* ) sysdeps_dir=mips can_unwind_signal=yes + libgcj_interpreter=yes libgcj_flags="${libgcj_flags} -mxgot" DIVIDESPEC=-fno-use-divide-subroutine case "${host}" in |