]> gcc.gnu.org Git - gcc.git/commit - libffi/Makefile.am
ppc_closure.S: New file.
authorKevin B Hendricks <khendricks@ivey.uwo.ca>
Sat, 24 Mar 2001 03:26:28 +0000 (03:26 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sat, 24 Mar 2001 03:26:28 +0000 (03:26 +0000)
commitcc4c8975aa3edacd31ce8ce9845a1c52bcd0f124
treeed1fbe0280cc5d220154b3aa521122d435ce370e
parent75e0407e0106071870ed320eb43ada92f00f9395
ppc_closure.S: New file.

* src/powerpc/ppc_closure.S: New file.
* src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
involving long long and register pairs.
(ffi_prep_closure): New function.
(flush_icache): Likewise.
(ffi_closure_helper_SYSV): Likewise.
* include/ffi.h.in (FFI_CLOSURES): Define on PPC.
(FFI_TRAMPOLINE_SIZE): Likewise.
(FFI_NATIVE_RAW_API): Likewise.
* Makefile.in: Rebuilt.
* Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
(TARGET_SRC_POWERPC): Likewise.

From-SVN: r40807
libffi/ChangeLog
libffi/Makefile.am
libffi/Makefile.in
libffi/include/ffi.h.in
libffi/src/powerpc/ffi.c
libffi/src/powerpc/ppc_closure.S [new file with mode: 0644]
This page took 0.053679 seconds and 5 git commands to generate.