This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] libffi, fix powerpc-unknown-freebsd
- From: "David Edelsohn" <dje dot gcc at gmail dot com>
- To: "Andreas Tobler" <andreast-list at fgznet dot ch>
- Cc: "GCC Patches" <gcc-patches at gcc dot gnu dot org>, "Java Patches" <java-patches at gcc dot gnu dot org>
- Date: Wed, 20 Aug 2008 11:07:47 -0400
- Subject: Re: [patch] libffi, fix powerpc-unknown-freebsd
* src/powerpc/ffitarget.h (ffi_abi): Add FFI_LINUX and
FFI_LINUX_SOFT_FLOAT to the POWERPC_FREEBSD enum.
Adjust copyright notice.
* src/powerpc/ffi.c (ffi_prep_cif_machdep): Fix bit position
calculation for FFI_SYSV_TYPE_SMALL_STRUCT.
(ffi_closure_helper_SYSV): Fix return type for
FFI_SYSV_TYPE_SMALL_STRUCT.
Adjust copyright notice.
Okay.
Please add more documentation for FFI_SYSV_TYPE_SMALL_STRUCT -- what
it represents and that it uses two bits.
Thanks, David