1. 27 Mar, 2008 1 commit
  2. 26 Mar, 2008 1 commit
    • [multiple changes] · feb51530
      2008-03-26  Daniel Jacobowitz  <dan@debian.org>
      
              * src/arm/sysv.S: Fix ARM comment marker.
      
      2008-03-26  Jakub Jelinek  <jakub@redhat.com>
      
              * src/alpha/osf.S: Add .note.GNU-stack on Linux.
              * src/s390/sysv.S: Likewise.
              * src/powerpc/ppc_closure.S: Likewise.
              * src/powerpc/sysv.S: Likewise.
              * src/x86/unix64.S: Likewise.
              * src/x86/sysv.S: Likewise.
              * src/sparc/v8.S: Likewise.
              * src/sparc/v9.S: Likewise.
              * src/m68k/sysv.S: Likewise.
              * src/arm/sysv.S: Likewise.
      
      From-SVN: r133594
      Matthias Klose committed
  3. 16 Mar, 2008 1 commit
    • configure.ac: m4_include config/proginstall.m4. · 38d24731
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * configure.ac: m4_include config/proginstall.m4.
              * configure: Regenerate.
      
      config/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * proginstall.m4: New file, with fixed AC_PROG_INSTALL.
      
      libjava/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * Makefile.am (install-data-local): Rewrite to be more efficient,
              using awk, and `install' with multiple files at once.  Do not gather
              more than 50 files in one go to avoid hitting command line limits.
              (install_data_local_split): New variable.
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * gcj/Makefile.in: Likewise.
              * include/Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      boehm-gc/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * include/Makefile.in: Likewise.
      
      libffi/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * include/Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      libgfortran/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      
      libgomp/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      libmudflap/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      libssp/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      libssp/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      
      libstdc++-v3/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * doc/Makefile.in: Likewise.
              * include/Makefile.in: Likewise.
              * libmath/Makefile.in: Likewise.
              * libsupc++/Makefile.in: Likewise.
              * po/Makefile.in: Likewise.
              * src/Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      zlib/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      
      From-SVN: r133269
      Ralf Wildenhues committed
  4. 12 Feb, 2008 1 commit
  5. 30 Jan, 2008 1 commit
  6. 24 Jan, 2008 1 commit
  7. 06 Jan, 2008 1 commit
  8. 05 Jan, 2008 1 commit
    • re PR testsuite/32843 (libffi.call/return_sc.c) · d7b07cc7
      2008-01-05  Andreas Tobler  <a.tobler@schweiz.org>
      
      	PR testsuite/32843
      	* src/x86/ffi.c (ffi_prep_cif_machdep): Add code for
      	signed/unsigned int8/16 for X86_DARWIN.
      	Updated copyright info.
      	Handle one and two byte structs with special cif->flags.
      	* src/x86/ffitarget.h: Add special types for one and two byte structs.
      	Updated copyright info.
      	* src/x86/darwin.S (ffi_call_SYSV): Rewrite to use a jump table like
      	sysv.S
      	Remove code to pop args from the stack after call.
      	Special-case signed/unsigned for int8/16, one and two byte structs.
      	(ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
      	FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
      	FFI_TYPE_SINT32.
      	Updated copyright info.
      
      From-SVN: r131343
      Andreas Tobler committed
  9. 09 Dec, 2007 1 commit
  10. 08 Dec, 2007 1 commit
  11. 07 Dec, 2007 1 commit
  12. 06 Dec, 2007 2 commits
    • ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined. · 4c42b3d8
      2007-12-06  David Daney  <ddaney@avtrex.com>
      
      	* include/ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not	already
      	defined.
      	(ffi_java_raw): New typedef.
      	(ffi_java_raw_call, ffi_java_ptrarray_to_raw,
      	ffi_java_raw_to_ptrarray): Change parameter types from ffi_raw to
      	ffi_java_raw.
      	(ffi_java_raw_closure) : Same.
      	(ffi_prep_java_raw_closure, ffi_prep_java_raw_closure_loc): Change
      	parameter types.
      	* src/java_raw_api.c (ffi_java_raw_size):  Replace FFI_SIZEOF_ARG with
      	FFI_SIZEOF_JAVA_RAW.
      	(ffi_java_raw_to_ptrarray): Change type of raw to ffi_java_raw.
      	Replace FFI_SIZEOF_ARG with FFI_SIZEOF_JAVA_RAW. Use
      	sizeof(ffi_java_raw) for alignment calculations.
      	(ffi_java_ptrarray_to_raw): Same.
      	(ffi_java_rvalue_to_raw): Add special handling for FFI_TYPE_POINTER
              if FFI_SIZEOF_JAVA_RAW == 4.
      	(ffi_java_raw_to_rvalue): Same.
      	(ffi_java_raw_call): Change type of raw to ffi_java_raw.
      	(ffi_java_translate_args): Same.
      	(ffi_prep_java_raw_closure_loc, ffi_prep_java_raw_closure): Change
      	parameter types.
      	* src/mips/ffitarget.h (FFI_SIZEOF_JAVA_RAW): Define for N32 ABI.
      
      2007-12-06  David Daney  <ddaney@avtrex.com>
      
      	* interpret.cc: Replace ffi_raw with INTERP_FFI_RAW_TYPE throughout.
      	(ncode_closure, ffi_closure_fun): Define versions for
      	non-FFI_NATIVE_RAW_API case.
      	* include/java-interp.h (INTERP_FFI_RAW_TYPE): Define and use to
      	replace	ffi_raw throughout.
      	* jni.cc, interpret-run.cc: Replace ffi_raw with INTERP_FFI_RAW_TYPE
      	throughout.
      
      From-SVN: r130660
      David Daney committed
    • n32.S (ffi_closure_N32): Use 64-bit add instruction on pointer values. · 3ef50b62
      2007-12-06  David Daney  <ddaney@avtrex.com>
      
      	* src/mips/n32.S (ffi_closure_N32): Use 64-bit add instruction on 
      	pointer values.
      
      From-SVN: r130655
      David Daney committed
  13. 01 Dec, 2007 1 commit
    • re PR libffi/31937 (libffi doesn't support ppc without FPU) · 16287148
      2007-12-01  Andreas Tobler  <a.tobler@schweiz.org>
      
      	PR libffi/31937
      	* src/powerpc/ffitarget.h: Introduce new ABI FFI_LINUX_SOFT_FLOAT.
      	Add local FFI_TYPE_UINT128 to handle soft-float long-double-128.
      	* src/powerpc/ffi.c: Distinguish between __NO_FPRS__ and not and
      	set the NUM_FPR_ARG_REGISTERS according to.
      	Add support for potential soft-float support under hard-float
      	architecture.
      	(ffi_prep_args_SYSV): Set NUM_FPR_ARG_REGISTERS to 0 in case of
      	FFI_LINUX_SOFT_FLOAT, handle float, doubles and long-doubles according
      	to the FFI_LINUX_SOFT_FLOAT ABI.
      	(ffi_prep_cif_machdep): Likewise.
      	(ffi_closure_helper_SYSV): Likewise.
      	* src/powerpc/ppc_closure.S: Make sure not to store float/double
      	on archs where __NO_FPRS__ is true.
      	Add FFI_TYPE_UINT128 support.
      	* src/powerpc/sysv.S: Add support for soft-float long-double-128.
      	Adjust copyright notice.
      
      From-SVN: r130559
      Andreas Tobler committed
  14. 25 Nov, 2007 1 commit
  15. 16 Nov, 2007 1 commit
  16. 04 Sep, 2007 1 commit
    • [multiple changes] · cb642590
      2007-09-04    <aph@redhat.com>
      
      	* src/arm/sysv.S (UNWIND): New.
      	(Whole file): Conditionally compile unwinder directives.
      	* src/arm/sysv.S: Add unwinder directives.
      
      	* src/arm/ffi.c (ffi_prep_args): Align structs by at least 4 bytes.
      	Only treat r0 as a struct address if we're actually returning a
      	struct by address.
      	Only copy the bytes that are actually within a struct.
      	(ffi_prep_cif_machdep): A Composite Type not larger than 4 bytes
      	is returned in r0, not passed by address.
      	(ffi_call): Allocate a word-sized temporary for the case where
      	a composite is returned in r0.
      	(ffi_prep_incoming_args_SYSV): Align as necessary.
      
      2007-08-05  Steven Newbury  <s_j_newbury@yahoo.co.uk>
      
      	* src/arm/ffi.c (FFI_INIT_TRAMPOLINE): Use __clear_cache instead of 
      	directly using the sys_cacheflush syscall.
      
      2007-07-27  Andrew Haley  <aph@redhat.com>
      
      	* src/arm/sysv.S (ffi_closure_SYSV): Add soft-float.
      
      From-SVN: r128093
      Andrew Haley committed
  17. 03 Sep, 2007 1 commit
  18. 24 Aug, 2007 1 commit
  19. 10 Aug, 2007 2 commits
    • cls_multi_ushort.c, [...]: Remove xfail for mips64*-*-*. · dfbb3e36
      	* testsuite/libffi.call/cls_multi_ushort.c,
      	testsuite/libffi.call/cls_align_uint16.c,
      	testsuite/libffi.call/nested_struct1.c,
      	testsuite/libffi.call/nested_struct3.c,
      	testsuite/libffi.call/cls_7_1_byte.c,
      	testsuite/libffi.call/nested_struct5.c,
      	testsuite/libffi.call/cls_double.c,
      	testsuite/libffi.call/nested_struct7.c,
      	testsuite/libffi.call/cls_sint.c,
      	testsuite/libffi.call/nested_struct9.c,
      	testsuite/libffi.call/cls_20byte1.c,
      	testsuite/libffi.call/cls_multi_sshortchar.c,
      	testsuite/libffi.call/cls_align_sint64.c,
      	testsuite/libffi.call/cls_3byte2.c,
      	testsuite/libffi.call/cls_multi_schar.c,
      	testsuite/libffi.call/cls_multi_uchar.c,
      	testsuite/libffi.call/cls_19byte.c,
      	testsuite/libffi.call/cls_9byte1.c,
      	testsuite/libffi.call/cls_align_float.c,
      	testsuite/libffi.call/closure_fn1.c,
      	testsuite/libffi.call/problem1.c,
      	testsuite/libffi.call/closure_fn3.c,
      	testsuite/libffi.call/cls_sshort.c,
      	testsuite/libffi.call/closure_fn5.c,
      	testsuite/libffi.call/cls_align_double.c,
      	testsuite/libffi.call/nested_struct.c,
      	testsuite/libffi.call/cls_2byte.c,
      	testsuite/libffi.call/nested_struct10.c,
      	testsuite/libffi.call/cls_4byte.c,
      	testsuite/libffi.call/cls_6byte.c,
      	testsuite/libffi.call/cls_8byte.c,
      	testsuite/libffi.call/cls_multi_sshort.c,
      	testsuite/libffi.call/cls_align_sint16.c,
      	testsuite/libffi.call/cls_align_uint32.c,
      	testsuite/libffi.call/cls_20byte.c,
      	testsuite/libffi.call/cls_float.c,
      	testsuite/libffi.call/nested_struct2.c,
      	testsuite/libffi.call/cls_5_1_byte.c,
      	testsuite/libffi.call/nested_struct4.c,
      	testsuite/libffi.call/cls_24byte.c,
      	testsuite/libffi.call/nested_struct6.c,
      	testsuite/libffi.call/cls_64byte.c,
      	testsuite/libffi.call/nested_struct8.c,
      	testsuite/libffi.call/cls_uint.c,
      	testsuite/libffi.call/cls_multi_ushortchar.c,
      	testsuite/libffi.call/cls_schar.c,
      	testsuite/libffi.call/cls_uchar.c,
      	testsuite/libffi.call/cls_align_uint64.c,
      	testsuite/libffi.call/cls_ulonglong.c,
      	testsuite/libffi.call/cls_align_longdouble.c,
      	testsuite/libffi.call/cls_1_1byte.c,
      	testsuite/libffi.call/cls_12byte.c,
      	testsuite/libffi.call/cls_3_1byte.c,
      	testsuite/libffi.call/cls_3byte1.c,
      	testsuite/libffi.call/cls_4_1byte.c,
      	testsuite/libffi.call/cls_6_1_byte.c,
      	testsuite/libffi.call/cls_16byte.c,
      	testsuite/libffi.call/cls_18byte.c,
      	testsuite/libffi.call/closure_fn0.c,
      	testsuite/libffi.call/cls_9byte2.c,
      	testsuite/libffi.call/closure_fn2.c,
      	testsuite/libffi.call/closure_fn4.c,
      	testsuite/libffi.call/cls_ushort.c,
      	testsuite/libffi.call/closure_fn6.c,
      	testsuite/libffi.call/cls_5byte.c,
      	testsuite/libffi.call/cls_align_pointer.c,
      	testsuite/libffi.call/cls_7byte.c,
      	testsuite/libffi.call/cls_align_sint32.c,
      	testsuite/libffi.special/unwindtest_ffi_call.cc,
      	testsuite/libffi.special/unwindtest.cc: Remove xfail for mips64*-*-*.
      
      From-SVN: r127337
      David Daney committed
    • re PR libffi/28313 (libffi has not been ported to mips64-linux-gnu) · 89d9d98a
      	PR libffi/28313
      	* configure.ac: Don't treat mips64 as a special case.
      	* Makefile.am (nodist_libffi_la_SOURCES): Add n32.S.
      	* configure: Regenerate
      	* Makefile.in: Ditto.
      	* fficonfig.h.in: Ditto.
      	* src/mips/ffitarget.h (REG_L, REG_S, SUBU, ADDU, SRL, LI): Indent.
      	(LA, EH_FRAME_ALIGN, FDE_ADDR_BYTES): New preprocessor macros.
      	(FFI_DEFAULT_ABI): Set for n64 case.
      	(FFI_CLOSURES, FFI_TRAMPOLINE_SIZE): Define for n32 and n64 cases.
      	* src/mips/n32.S (ffi_call_N32): Add debug macros and labels for FDE.
      	(ffi_closure_N32): New function.
      	(.eh_frame): New section
      	* src/mips/o32.S: Clean up comments.
      	(ffi_closure_O32): Pass ffi_closure parameter in $12.
      	* src/mips/ffi.c: Use FFI_MIPS_N32 instead of
      	_MIPS_SIM == _ABIN32 throughout.
      	(FFI_MIPS_STOP_HERE): New, use in place of
      	ffi_stop_here.
      	(ffi_prep_args): Use unsigned long to hold pointer values.  Rewrite
      	to support n32/n64 ABIs.
      	(calc_n32_struct_flags): Rewrite.
      	(calc_n32_return_struct_flags): Remove unused variable.  Reverse
      	position of flag bits.
      	(ffi_prep_cif_machdep): Rewrite n32 portion.
      	(ffi_call): Enable for n64.  Add special handling for small structure
      	return values.
      	(ffi_prep_closure_loc): Add n32 and n64 support.
      	(ffi_closure_mips_inner_O32): Add cast to silence warning.
      	(copy_struct_N32, ffi_closure_mips_inner_N32): New functions.
      
      From-SVN: r127336
      David Daney committed
  20. 09 Aug, 2007 1 commit
    • ffitest.h (ffi_type_mylong): Remove definition. · d23869d4
      	* testsuite/libffi.call/ffitest.h (ffi_type_mylong): Remove definition.
      	* testsuite/libffi.call/cls_align_uint16.c (main): Use correct type
      	specifiers.
      	* testsuite/libffi.call/nested_struct1.c (main): Ditto.
      	* testsuite/libffi.call/cls_sint.c (main): Ditto.
      	* testsuite/libffi.call/nested_struct9.c (main): Ditto.
      	* testsuite/libffi.call/cls_20byte1.c (main): Ditto.
      	* testsuite/libffi.call/cls_9byte1.c (main): Ditto.
      	* testsuite/libffi.call/closure_fn1.c (main): Ditto.
      	* testsuite/libffi.call/closure_fn3.c (main): Ditto.
      	* testsuite/libffi.call/return_dbl2.c (main): Ditto.
      	* testsuite/libffi.call/cls_sshort.c (main): Ditto.
      	* testsuite/libffi.call/return_fl3.c (main): Ditto.
      	* testsuite/libffi.call/closure_fn5.c (main): Ditto.
      	* testsuite/libffi.call/nested_struct.c (main): Ditto.
      	* testsuite/libffi.call/nested_struct10.c (main): Ditto.
      	* testsuite/libffi.call/return_ll1.c (main): Ditto.
      	* testsuite/libffi.call/cls_8byte.c (main): Ditto.
      	* testsuite/libffi.call/cls_align_uint32.c (main): Ditto.
      	* testsuite/libffi.call/cls_align_sint16.c (main): Ditto.
      	* testsuite/libffi.call/cls_20byte.c (main): Ditto.
      	* testsuite/libffi.call/nested_struct2.c (main): Ditto.
      	* testsuite/libffi.call/cls_24byte.c (main): Ditto.
      	* testsuite/libffi.call/nested_struct6.c (main): Ditto.
      	* testsuite/libffi.call/cls_uint.c (main): Ditto.
      	* testsuite/libffi.call/cls_12byte.c (main): Ditto.
      	* testsuite/libffi.call/cls_16byte.c (main): Ditto.
      	* testsuite/libffi.call/closure_fn0.c (main): Ditto.
      	* testsuite/libffi.call/cls_9byte2.c (main): Ditto.
      	* testsuite/libffi.call/closure_fn2.c (main): Ditto.
      	* testsuite/libffi.call/return_dbl1.c (main): Ditto.
      	* testsuite/libffi.call/closure_fn4.c (main): Ditto.
      	* testsuite/libffi.call/closure_fn6.c (main): Ditto.
      	* testsuite/libffi.call/cls_align_sint32.c (main): Ditto.
      
      From-SVN: r127312
      David Daney committed
  21. 07 Aug, 2007 1 commit
  22. 06 Aug, 2007 1 commit
  23. 03 Aug, 2007 1 commit
  24. 31 Jul, 2007 1 commit
    • re PR testsuite/32843 (libffi.call/return_sc.c) · 387cfbba
      2007-07-30  Andrew Haley  <aph@redhat.com>
      
              PR testsuite/32843
              * src/x86/ffi.c (ffi_prep_cif_machdep): in x86 case, add code for
              signed/unsigned int8/16.
              * src/x86/sysv.S (ffi_call_SYSV): Rewrite to:
              Use a jump table.
              Remove code to pop args from the stack after call.
              Special-case signed/unsigned int8/16.
              * testsuite/libffi.call/return_sc.c (main): Revert.
      
      From-SVN: r127093
      Andrew Haley committed
  25. 26 Jul, 2007 1 commit
  26. 16 Jul, 2007 1 commit
  27. 12 Jul, 2007 1 commit
  28. 09 Jul, 2007 1 commit
    • [multiple changes] · 0959e2b8
      2007-05-18  Aurelien Jarno  <aurelien@aurel32.net>
      
      	* src/arm/ffi.c (ffi_prep_closure_loc): Renamed and ajusted
      	from (ffi_prep_closure): ... this.
      	(FFI_INIT_TRAMPOLINE): Adjust.
      
      2005-12-31  Phil Blundell  <pb@reciva.com>
      
      	* src/arm/ffi.c (ffi_prep_incoming_args_SYSV, 
              ffi_closure_SYSV_inner, ffi_prep_closure): New, add closure support.
      	* src/arm/sysv.S(ffi_closure_SYSV): Likewise.
      	* src/arm/ffitarget.h (FFI_TRAMPOLINE_SIZE): Likewise.
      	(FFI_CLOSURES): Enable closure support.
      
      2007-07-03  Andrew Haley  <aph@hedges.billgatliff.com>
      
              * testsuite/libffi.call/cls_multi_ushort.c,
              testsuite/libffi.call/cls_align_uint16.c,
              testsuite/libffi.call/nested_struct1.c,
              testsuite/libffi.call/nested_struct3.c,
              testsuite/libffi.call/cls_7_1_byte.c,
              testsuite/libffi.call/cls_double.c,
              testsuite/libffi.call/nested_struct5.c,
              testsuite/libffi.call/nested_struct7.c,
              testsuite/libffi.call/cls_sint.c,
              testsuite/libffi.call/nested_struct9.c,
              testsuite/libffi.call/cls_20byte1.c,
              testsuite/libffi.call/cls_multi_sshortchar.c,
              testsuite/libffi.call/cls_align_sint64.c,
              testsuite/libffi.call/cls_3byte2.c,
              testsuite/libffi.call/cls_multi_schar.c,
              testsuite/libffi.call/cls_multi_uchar.c,
              testsuite/libffi.call/cls_19byte.c,
              testsuite/libffi.call/cls_9byte1.c,
              testsuite/libffi.call/cls_align_float.c,
              testsuite/libffi.call/closure_fn1.c,
              testsuite/libffi.call/problem1.c,
              testsuite/libffi.call/closure_fn3.c,
              testsuite/libffi.call/cls_sshort.c,
              testsuite/libffi.call/closure_fn5.c,
              testsuite/libffi.call/cls_align_double.c,
              testsuite/libffi.call/cls_2byte.c,
              testsuite/libffi.call/nested_struct.c,
              testsuite/libffi.call/nested_struct10.c,
              testsuite/libffi.call/cls_4byte.c,
              testsuite/libffi.call/cls_6byte.c,
              testsuite/libffi.call/cls_8byte.c,
              testsuite/libffi.call/cls_multi_sshort.c,
              testsuite/libffi.call/cls_align_uint32.c,
              testsuite/libffi.call/cls_align_sint16.c,
              testsuite/libffi.call/cls_float.c,
              testsuite/libffi.call/cls_20byte.c,
              testsuite/libffi.call/cls_5_1_byte.c,
              testsuite/libffi.call/nested_struct2.c,
              testsuite/libffi.call/cls_24byte.c,
              testsuite/libffi.call/nested_struct4.c,
              testsuite/libffi.call/nested_struct6.c,
              testsuite/libffi.call/cls_64byte.c,
              testsuite/libffi.call/nested_struct8.c,
              testsuite/libffi.call/cls_uint.c,
              testsuite/libffi.call/cls_multi_ushortchar.c,
              testsuite/libffi.call/cls_schar.c,
              testsuite/libffi.call/cls_uchar.c,
              testsuite/libffi.call/cls_align_uint64.c,
              testsuite/libffi.call/cls_ulonglong.c,
              testsuite/libffi.call/cls_align_longdouble.c,
              testsuite/libffi.call/cls_1_1byte.c,
              testsuite/libffi.call/cls_12byte.c,
              testsuite/libffi.call/cls_3_1byte.c,
              testsuite/libffi.call/cls_3byte1.c,
              testsuite/libffi.call/cls_4_1byte.c,
              testsuite/libffi.call/cls_6_1_byte.c,
              testsuite/libffi.call/cls_16byte.c,
              testsuite/libffi.call/cls_18byte.c,
              testsuite/libffi.call/closure_fn0.c,
              testsuite/libffi.call/cls_9byte2.c,
              testsuite/libffi.call/closure_fn2.c,
              testsuite/libffi.call/closure_fn4.c,
              testsuite/libffi.call/cls_ushort.c,
              testsuite/libffi.call/closure_fn6.c,
              testsuite/libffi.call/cls_5byte.c,
              testsuite/libffi.call/cls_align_pointer.c,
              testsuite/libffi.call/cls_7byte.c,
              testsuite/libffi.call/cls_align_sint32.c,
              testsuite/libffi.special/unwindtest_ffi_call.cc,
              testsuite/libffi.special/unwindtest.cc: Enable for ARM.
      
      From-SVN: r126489
      Andrew Haley committed
  29. 05 Jul, 2007 1 commit
  30. 02 Jun, 2007 1 commit
    • configure: Regenerate. · 82a6cadf
      boehm-gc:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libffi:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libgfortran:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libgomp:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libjava:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libmudflap:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libobjc:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libssp:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      libstdc++-v3:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      zlib:
      2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure: Regenerate.
      
      From-SVN: r125278
      Paolo Bonzini committed
  31. 24 May, 2007 1 commit
    • ltmain.sh: Update from ToT Libtool. · 1cf3d07d
              * ltmain.sh: Update from ToT Libtool.
              * libtool.m4: Update from ToT Libtool.
              * ltsugar.m4: New. Update from ToT Libtool.
              * ltversion.m4: New. Update from ToT Libtool.
              * ltoptions.m4: New. Update from ToT Libtool.
              * ltconfig: Remove.
              * ltcf-c.sh: Remove.
              * ltcf-cxx.sh: Remove.
              * ltcf-gcj.sh: Remove.
      	* Regenerate all subdirs
      
      From-SVN: r125032
      Steve Ellcey committed
  32. 10 May, 2007 3 commits
  33. 13 Apr, 2007 1 commit
  34. 06 Apr, 2007 2 commits
    • configure.ac: Tidy target case. · bf8da5fc
              * configure.ac: Tidy target case.
              (HAVE_LONG_DOUBLE): Allow the target to override.
              * configure: Regenerate.
              * include/ffi.h.in: Don't define ffi_type_foo if
              LIBFFI_HIDE_BASIC_TYPES is defined.
              (ffi_type_longdouble): If not HAVE_LONG_DOUBLE, define
              to ffi_type_double.
              * types.c (LIBFFI_HIDE_BASIC_TYPES): Define.
              (FFI_TYPEDEF, ffi_type_void): Mark the data const.
              (ffi_type_longdouble): Special case for Alpha.  Don't define
              if long double == double.
      
              * src/alpha/ffi.c (FFI_TYPE_LONGDOUBLE): Assert unique value.
              (ffi_prep_cif_machdep): Handle it as the 128-bit type.
              (ffi_call, ffi_closure_osf_inner): Likewise.
              (ffi_closure_osf_inner): Likewise.  Mark hidden.
              (ffi_call_osf, ffi_closure_osf): Mark hidden.
              * src/alpha/ffitarget.h (FFI_LAST_ABI): Tidy definition.
              * src/alpha/osf.S (ffi_call_osf, ffi_closure_osf): Mark hidden.
              (load_table): Handle 128-bit long double.
      
              * testsuite/libffi.call/float4.c: Add -mieee for alpha.
      
      From-SVN: r123622
      Richard Henderson committed
    • re PR libffi/31491 (libffi: bug in example program) · 8669fed1
      	PR libffi/31491:
      	* README: Fixed bug in example.
      
      From-SVN: r123617
      Tom Tromey committed
  35. 03 Apr, 2007 1 commit
    • closures.c: Include sys/statfs.h. · f0920e6c
      	* src/closures.c: Include sys/statfs.h.
      	(_GNU_SOURCE): Define on Linux.
      	(FFI_MMAP_EXEC_SELINUX): Define.
      	(selinux_enabled): New variable.
      	(selinux_enabled_check): New function.
      	(is_selinux_enabled): Define.
      	(dlmmap): Use it.
      
      	* configure.ac (NO_EXECUTE_PERMISSION): Set by default.
      	* configure: Rebuilt.
      
      From-SVN: r123457
      Jakub Jelinek committed