aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Collapse)AuthorFilesLines
2000-05-04configure: Rebuilt.Tom Tromey3-111/+128
* configure: Rebuilt. * configure.in: Match `arm*-*-linux-*'. From Chris Dornan <cdornan@arm.com>. From-SVN: r33666
2000-05-01Makefile.am (SUBDIRS): Define.Jakub Jelinek5-49/+347
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
2000-04-17configure: Rebuiltd.Anthony Green3-2/+7
2000-04-16 Anthony Green <green@redhat.com> * configure: Rebuiltd. * configure.in: Change i*86-pc-linux* to i*86-*-linux*. From-SVN: r33197
2000-04-17Port to sparc 32 and 64 Linux.Jakub Jelinek12-59/+476
From-SVN: r33196
2000-04-04Top level:Alexandre Petit-Bianco3-120/+117
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
2000-03-21* Makefile.in: Hand edit for java_raw_api.lo.Tom Tromey2-8/+12
From-SVN: r32660
2000-03-09re GNATS gcj/168 (Build fails on Alpha)Bryce McKinlay3-162/+613
2000-03-08 Bryce McKinlay <bryce@albatross.co.nz> * config.guess, config.sub: Update from the gcc tree. Fix for PR libgcj/168. From-SVN: r32442
2000-03-03* Makefile.in: Fixed ia64 by hand.Tom Tromey2-2/+4
From-SVN: r32314
2000-03-03configure: Rebuilt.Tom Tromey4-109/+201
* configure: Rebuilt. * configure.in (--enable-multilib): New option. (libffi_basedir): New subst. (AC_OUTPUT): Added multilib code. From-SVN: r32311
2000-03-03Makefile.in: Rebuilt.Tom Tromey3-2/+8
* Makefile.in: Rebuilt. * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as directory name. From-SVN: r32301
2000-02-25ffi.c, [...]: New files.Hans Boehm13-352/+1681
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
2000-01-04* Makefile.in: Rebuilt with newer automake.Tom Tromey3-135/+154
From-SVN: r31220
1999-12-31* Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.Tom Tromey4-131/+128
From-SVN: r31152
1999-09-01ffi.h.in: Removed PACKAGE and VERSION defines and undefs.Tom Tromey9-906/+400
* include/ffi.h.in: Removed PACKAGE and VERSION defines and undefs. * fficonfig.h.in: Rebuilt. * configure: Rebuilt. * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE. Use AM_PROG_LIBTOOL (automake 1.4 compatibility). * acconfig.h: Don't #undef PACKAGE or VERSION. From-SVN: r29038
1999-08-10Makefile.in: Rebuilt.Rainer Orth6-296/+268
* 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
1999-08-09* include/ffi.h.in (FFI_FN): Remove `...'.Anthony Green2-3/+7
From-SVN: r28610
1999-08-08Makefile.in: Rebuilt.Anthony Green9-3/+936
* Makefile.in: Rebuilt. * Makefile.am (AM_CFLAGS): Compile with -fexceptions. * src/x86/sysv.S: Add exception handling metadata. also, add missing files. From-SVN: r28601
1999-08-08Initial revisionAnthony Green42-0/+20134
From-SVN: r28593