r124003 - in /branches/gcc-4_1-branch/libffi: C...
rth@gcc.gnu.org
rth@gcc.gnu.org
Fri Apr 20 19:52:00 GMT 2007
Author: rth
Date: Fri Apr 20 20:51:59 2007
New Revision: 124003
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124003
Log:
* configure.ac (alpha*-*-*): Define HAVE_LONG_DOUBLE.
* configure: Regenerate.
* include/ffi.h.in (ffi_type_longdouble): Define as ffi_type_double
if HAVE_LONG_DOUBLE is false.
* src/alpha/ffi.c (ffi_prep_cif_machdep): Support the 128-bit
long double type.
(ffi_call_osf, ffi_closure_osf): Likewise.
* src/alpha/osf.S (ffi_call_osf, ffi_closure_osf): Mark hidden.
* src/types.c (ffi_type_longdouble): For alpha, always generate
for the 128-bit long double type.
Modified:
branches/gcc-4_1-branch/libffi/ChangeLog
branches/gcc-4_1-branch/libffi/configure
branches/gcc-4_1-branch/libffi/configure.ac
branches/gcc-4_1-branch/libffi/include/ffi.h.in
branches/gcc-4_1-branch/libffi/src/alpha/ffi.c
branches/gcc-4_1-branch/libffi/src/alpha/osf.S
branches/gcc-4_1-branch/libffi/src/types.c
More information about the Gcc-cvs
mailing list