OSDN Git Service

* configure.in: Add s390x-*-linux-* target.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2002 11:59:42 +0000 (11:59 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2002 11:59:42 +0000 (11:59 +0000)
commite0aaecf37648f72bae57f746ef48f3d8cc32f48d
tree3f3009c6e05fa775a22de8c30178ef4f3c765709
parent989e69d726ce1bdd61ae7482ec11bfb36050ef45
* configure.in: Add s390x-*-linux-* target.
* configure: Regenerate.
* include/ffi.h.in: Define S390X for s390x targets.
(FFI_CLOSURES): Define for s390/s390x.
(FFI_TRAMPOLINE_SIZE): Likewise.
(FFI_NATIVE_RAW_API): Likewise.
* src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
* src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
* src/s390/ffi.c: Major rework of existing code.  Add support for
s390x targets.  Add closure support.
* src/s390/sysv.S: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57646 138bc75d-0d04-0410-961f-82ee72b054a4
libffi/ChangeLog
libffi/configure
libffi/configure.in
libffi/include/ffi.h.in
libffi/src/prep_cif.c
libffi/src/s390/ffi.c
libffi/src/s390/sysv.S
libffi/src/types.c