aboutsummaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2006-02-18 00:35:13 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2006-02-18 00:35:13 +0000
commite097f8873d8389995b81b2794f7ec718064fb8b6 (patch)
tree979210fcf1532855829f967a4fdd19327886843b /libffi/ChangeLog
parenta30425018e7567900b7f51354ae994f7f5b47335 (diff)
downloadgcc-e097f8873d8389995b81b2794f7ec718064fb8b6.zip
gcc-e097f8873d8389995b81b2794f7ec718064fb8b6.tar.gz
gcc-e097f8873d8389995b81b2794f7ec718064fb8b6.tar.bz2
ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to void * if needed.
* src/sh/ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to void * if needed. Update the pointer to the FP register saved area correctly. From-SVN: r111225
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 6d1542e..2ed033e 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
+
+ * src/sh/ffi.c (ffi_closure_helper_SYSV): Remove unused variable
+ and cast integer to void * if needed. Update the pointer to
+ the FP register saved area correctly.
+
2006-02-17 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/libffi.call/nested_struct6.c: XFAIL this test until PR25630