diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-11 05:17:57 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-11 05:17:57 +0000 |
commit | 341b7dcf9c85c99fd302c271b9cecf0c35d51769 (patch) | |
tree | 7fe48b10869cf553f80c9159b587e3d1c6056b5c /libffi/ChangeLog | |
parent | 9300b3b3105dd3571b065924aab607c34a8f7a3d (diff) | |
download | gcc-341b7dcf9c85c99fd302c271b9cecf0c35d51769.tar.gz |
* src/types.c (double, longdouble): Merge identical SH and ARM
typedefs, and add POWERPC64.
* src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
struct split over gpr and rest.
(ffi_prep_cif_machdep): Correct intarg_count for structures.
* src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71295 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index bc9f28a62a6..2efe64b2129 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,12 @@ +2003-09-11 Alan Modra <amodra@bigpond.net.au> + + * src/types.c (double, longdouble): Merge identical SH and ARM + typedefs, and add POWERPC64. + * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for + struct split over gpr and rest. + (ffi_prep_cif_machdep): Correct intarg_count for structures. + * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets. + 2003-09-09 Andreas Tobler <a.tobler@schweiz.ch> * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct |