diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-28 18:19:18 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-28 18:19:18 +0000 |
commit | 0d0fdfce5b1eb94a64ad368800a2bf108ceb53a4 (patch) | |
tree | 822e0a93187ea3e72313f478c604a72eacfeab2f /libffi/ChangeLog | |
parent | 5cc9efc4ba84298ee687a7174df505feaff59693 (diff) | |
download | gcc-0d0fdfce5b1eb94a64ad368800a2bf108ceb53a4.tar.gz |
* src/powerpc/ffi_darwin.c (ffi_prep_args): Copy abi and nargs to
local variables.
(aix_adjust_aggregate_sizes): New function.
(ffi_prep_cif_machdep): Call it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155492 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 9d06305c58a..bb1ca904a6d 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,10 @@ +2009-12-28 David Edelsohn <edelsohn@gnu.org> + + * src/powerpc/ffi_darwin.c (ffi_prep_args): Copy abi and nargs to + local variables. + (aix_adjust_aggregate_sizes): New function. + (ffi_prep_cif_machdep): Call it. + 2009-12-26 Andreas Tobler <a.tobler@schweiz.org> * configure.ac: Define FFI_MMAP_EXEC_WRIT for the given targets. |