aboutsummaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2004-10-18 23:12:20 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2004-10-18 23:12:20 +0000
commite0d3b4528fc87c1f8fdc2d192792ea04357c2a81 (patch)
tree6a90fff0d98e1f820d76cddbb673731dabd362ed /libffi/ChangeLog
parent6e7a355c164ab9adb03365f83f864b8e2c201c23 (diff)
downloadgcc-e0d3b4528fc87c1f8fdc2d192792ea04357c2a81.zip
gcc-e0d3b4528fc87c1f8fdc2d192792ea04357c2a81.tar.gz
gcc-e0d3b4528fc87c1f8fdc2d192792ea04357c2a81.tar.bz2
ffi.c (ffi_prep_closure): Set T bit in trampoline for the function returning a structure pointed with R2.
* src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for the function returning a structure pointed with R2. * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to the structure return value if T bit set. Emit position independent code and EH data if PIC. From-SVN: r89254
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index e5044bd..bcf20c2 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-18 Kaz Kojima <kkojima@gcc.gnu.org>
+
+ * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
+ the function returning a structure pointed with R2.
+ * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
+ the structure return value if T bit set. Emit position
+ independent code and EH data if PIC.
+
2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* Makefile.am: Add m32r support.