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/configure.host | |
parent | 6f9e35784d327805a4210efd91a9028c6ad21ee4 (diff) | |
download | gcc-a996709e40e818bf3b3561f229514991e9d90fa9.zip gcc-a996709e40e818bf3b3561f229514991e9d90fa9.tar.gz gcc-a996709e40e818bf3b3561f229514991e9d90fa9.tar.bz2 |
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/configure.host')
-rw-r--r-- | libjava/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index cbecf04..437566a 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 |