aboutsummaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2004-11-23 23:18:14 +0000
committerAnthony Green <green@gcc.gnu.org>2004-11-23 23:18:14 +0000
commita996709e40e818bf3b3561f229514991e9d90fa9 (patch)
treefba87be73c98fcc7d83be854651a4a5f78133f12 /libffi/ChangeLog
parent6f9e35784d327805a4210efd91a9028c6ad21ee4 (diff)
downloadgcc-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 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 94188a3..9764750 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-23 Richard Sandiford <rsandifo@redhat.com>
+
+ * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
+ of jal. Use an absolute encoding for the frame information.
+
2004-11-23 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Remove no-dependencies. Add ACLOCAL_AMFLAGS.