diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-18 00:45:24 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-18 00:45:24 +0000 |
commit | 721f9ccceb9d77d023838e1c2a9f42465a4d7d6b (patch) | |
tree | 5413c2325da85c9d87aa9bb87750b7bae079edff /libffi | |
parent | 4a60018a958e073369bc0380c1c63c4c67f4141d (diff) | |
download | gcc-721f9ccceb9d77d023838e1c2a9f42465a4d7d6b.tar.gz |
Add missing ChangeLog entry from 2012-03-09 commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185499 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 28847807d9e..216a142d0c4 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -4,6 +4,12 @@ just return FFI_BAD_ABI when things are wrong. * src/sh64/ffi.c (ffi_prep_closure_loc): Ditto. +2012-03-09 David Edelsohn <dje.gcc@gmail.com> + + * src/powerpc/aix_closure.S (ffi_closure_ASM): Adjust for Darwin64 + change to return value of ffi_closure_helper_DARWIN and load type + from return type. + 2012-03-03 H.J. Lu <hongjiu.lu@intel.com> * src/x86/ffi64.c (ffi_call): Cast the return value to unsigned |