Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
commit073ae293d97f76c66767fdce57f6f6e3ef58b612
authorAndreas Tobler <toa@pop.agri.ch>
Thu, 7 Mar 2002 18:24:42 +0000 (7 19:24 +0100)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 7 Mar 2002 18:24:42 +0000 (7 13:24 -0500)
tree2067fd3b0161aebe36726eaf4d9574b16aa6c1d3
parentfcf742eac8e28d8867e19a17fa21999c300166db
Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.

2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
    David Edelsohn  <edelsohn@gnu.org>

* Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
(TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
(TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
* Makefile.in: Regenerate.
* include/ffi.h.in: Add AIX and Darwin closure definitions.
* src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
(flush_icache, flush_range): New functions.
(ffi_closure_helper_DARWIN): New function.
* src/powerpc/aix_closure.S: New file.
* src/powerpc/darwin_closure.S: New file.

Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
From-SVN: r50408
libffi/ChangeLog
libffi/Makefile.am
libffi/Makefile.in
libffi/include/ffi.h.in
libffi/src/powerpc/aix_closure.S [new file with mode: 0644]
libffi/src/powerpc/darwin_closure.S [new file with mode: 0644]
libffi/src/powerpc/ffi_darwin.c