OSDN Git Service

2000-02-25 Hans Boehm <boehm@acm.org>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Feb 2000 19:13:44 +0000 (19:13 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Feb 2000 19:13:44 +0000 (19:13 +0000)
commit28c07da5f67fec0f677a408dc0e54d61374b872c
tree3d1ddd9e5907df213130f3823dd250c92c37a1c5
parent9dcd77b5d4ba45bea3176e89f83f4ef8168cfe1e
2000-02-25  Hans Boehm <boehm@acm.org>

* src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
files.
* src/raw_api.c (ffi_translate_args): Fixed typo in argument
list.
(ffi_prep_raw_closure): Use ffi_translate_args, not
ffi_closure_translate.
* src/java_raw_api.c: New file.
* src/ffitest.c (closure_test_fn): New function.
(main): Define `rint' as long long on IA64.  Added new test when
FFI_CLOSURES is defined.
* include/ffi.h.in (ALIGN): Use size_t, not unsigned.
(ffi_abi): Recognize IA64.
(ffi_raw): Added `flt' field.
Added "Java raw API" code.
* configure.in: Recognize ia64.
* Makefile.am (TARGET_SRC_IA64): New macro.
(libffi_la_common_SOURCES): Added java_raw_api.c.
(libffi_la_SOURCES): Define in IA64 case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32151 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
libffi/ChangeLog
libffi/Makefile.am
libffi/Makefile.in
libffi/aclocal.m4
libffi/configure
libffi/configure.in
libffi/include/ffi.h.in
libffi/src/ffitest.c
libffi/src/ia64/ffi.c [new file with mode: 0644]
libffi/src/ia64/ia64_flags.h [new file with mode: 0644]
libffi/src/ia64/unix.S [new file with mode: 0644]
libffi/src/java_raw_api.c [new file with mode: 0644]
libffi/src/raw_api.c