This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libffi/29152] 64-bit darwin ppc port needed for libffi


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29152

--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> 2010-12-18 08:56:49 UTC ---
Author: iains
Date: Sat Dec 18 08:56:46 2010
New Revision: 168016

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168016
Log:

libffi:
    PR libffi/29152
    PR libffi/42378
    * src/powerpc/darwin_closure.S: Provide Darwin64 implementation,
    update comments.
    * src/powerpc/ffitarget.h (POWERPC_DARWIN64): New,
    (FFI_TRAMPOLINE_SIZE): Update for Darwin64.
    * src/powerpc/darwin.S: Provide Darwin64 implementation,
    update comments.
    * src/powerpc/ffi_darwin.c: Likewise.


Modified:
    trunk/libffi/ChangeLog
    trunk/libffi/src/powerpc/darwin.S
    trunk/libffi/src/powerpc/darwin_closure.S
    trunk/libffi/src/powerpc/ffi_darwin.c
    trunk/libffi/src/powerpc/ffitarget.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]