1. 06 May, 2001 1 commit
  2. 26 Apr, 2001 3 commits
  3. 18 Apr, 2001 1 commit
  4. 12 Apr, 2001 1 commit
    • Makefile.am: Make a libtool convenience library. · 52c28977
      libffi:
      	* Makefile.am: Make a libtool convenience library.
      	* Makefile.in: Rebuilt.
      
      libjava:
      	* java/io/File.java (normalizePath): New private method.
      	(File (String)): Use normalizePath().
      	(File (String, String)): Likewise.
      
      	* Makefile.am (libffi_files): Removed.
      	(libgcj.la): Link libffi as a convenience library instead of
      	refering to its object files directly.
      	* Makefile.in: Rebuilt.
      
      From-SVN: r41298
      Bryce McKinlay committed
  5. 29 Mar, 2001 1 commit
  6. 27 Mar, 2001 1 commit
    • configure.in: Added X86_WIN32 target (Win32, CygWin, MingW). · d6c4152a
      2001-03-27  Jon Beniston  <jon@beniston.com>
      
      	* configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
      	* configure: Rebuilt.
      	* Makefile.am: Added X86_WIN32 target support.
      	* Makefile.in: Rebuilt.
      
      	* include/ffi.h.in: Added X86_WIN32 target support.
      
      	* src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
      	* src/types.c: Added X86_WIN32 target support.
      
      	* src/x86/win32.S: New file. Based on sysv.S, but with EH
      	stuff removed and made to work with CygWin's gas.
      
      From-SVN: r40860
      Jon Beniston committed
  7. 26 Mar, 2001 1 commit
  8. 24 Mar, 2001 2 commits
    • Fixed ChangeLog header · e5f8858a
      From-SVN: r40808
      Kevin B Hendricks committed
    • ppc_closure.S: New file. · cc4c8975
      	* src/powerpc/ppc_closure.S: New file.
      	* src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
      	involving long long and register pairs.
      	(ffi_prep_closure): New function.
      	(flush_icache): Likewise.
      	(ffi_closure_helper_SYSV): Likewise.
      	* include/ffi.h.in (FFI_CLOSURES): Define on PPC.
      	(FFI_TRAMPOLINE_SIZE): Likewise.
      	(FFI_NATIVE_RAW_API): Likewise.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
      	(TARGET_SRC_POWERPC): Likewise.
      
      From-SVN: r40807
      Kevin B Hendricks committed
  9. 23 Mar, 2001 1 commit
  10. 02 Mar, 2001 1 commit
  11. 08 Feb, 2001 1 commit
  12. 10 Dec, 2000 1 commit
  13. 08 Dec, 2000 1 commit
  14. 30 Sep, 2000 1 commit
  15. 10 Sep, 2000 2 commits
  16. 24 Aug, 2000 1 commit
  17. 11 May, 2000 2 commits
  18. 04 May, 2000 1 commit
  19. 01 May, 2000 1 commit
    • Makefile.am (SUBDIRS): Define. · 91bffbe9
      2000-04-28  Jakub Jelinek  <jakub@redhat.com>
      
      	* Makefile.am (SUBDIRS): Define.
      	(AM_MAKEFLAGS): Likewise.
      	(Multilib support.): Add section.
      	* Makefile.in: Rebuilt.
      	* ltconfig (extra_compiler_flags, extra_compiler_flags_value):
              New variables. Set for gcc using -print-multi-lib. Export them
              to libtool.
              (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
              * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
              for -shared links.
              (extra_compiler_flags_value, extra_compiler_flags): Check these
              for extra compiler options which need to be passed down in
              compiler_flags.
      
      From-SVN: r33586
      Jakub Jelinek committed
  20. 17 Apr, 2000 2 commits
  21. 04 Apr, 2000 1 commit
    • Top level: · db459595
      2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
              * configure.in: (i[3456]86-*-solaris2*): Removed `target-libffi'
              from list. Patch proposed by Anthony Green.
      
      Libffi:
      
      2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
              * configure: Rebuilt.
              * configure.in: (i*86-*-solaris*): New libffi target. Patch
              proposed by Bryce McKinlay.
      
      From-SVN: r32906
      Alexandre Petit-Bianco committed
  22. 21 Mar, 2000 1 commit
  23. 09 Mar, 2000 1 commit
  24. 03 Mar, 2000 3 commits
  25. 25 Feb, 2000 1 commit
    • ffi.c, [...]: New files. · dc5de370
      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.
      
      From-SVN: r32151
      Hans Boehm committed
  26. 04 Jan, 2000 1 commit
  27. 31 Dec, 1999 1 commit
  28. 01 Sep, 1999 1 commit
  29. 10 Aug, 1999 1 commit
    • Makefile.in: Rebuilt. · 0721f64e
      	* include/Makefile.in: Rebuilt.
      	* Makefile.in: Rebuilt
      	* Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
      	builds.
      	Use USE_LIBDIR.
      
      	* configure: Rebuilt.
      	* configure.in (USE_LIBDIR): Define for native builds.
      	Use lowercase in configure --help explanations.
      
      From-SVN: r28639
      Rainer Orth committed
  30. 09 Aug, 1999 1 commit
  31. 08 Aug, 1999 2 commits