aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)AuthorFilesLines
2002-10-08java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret raw data as _Jv_word val...Ulrich Weigand4-29/+102
2002-10-02* src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.Andreas Jaeger2-2/+4
2002-10-01* include/ffi.h.in: Fix i386 win32 compilation.Bo Thorsen2-1/+5
2002-09-30configure.in: Add s390x-*-linux-* target.Ulrich Weigand8-636/+1030
2002-09-29* src/arm/sysv.S: Fix typo.Richard Earnshaw2-1/+5
2002-09-28sysv.S: If we don't have machine/asm.h and the pre-processor has defined...Richard Earnshaw2-0/+21
2002-09-27ffi.h.in: Fix multilib x86-64 support.Bo Thorsen2-15/+13
2002-09-23Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi3-2/+6
2002-08-14configure, configure: Rebuilt.Alexandre Oliva1-138/+174
2002-07-19configure.in (sh[34]*-*-linux*): Add brackets.Kaz Kojima3-2/+7
2002-07-19Makefile.am: Add SH support.Kaz Kojima9-68/+1526
2002-07-19Forgot this file.Bo Thorsen1-4/+0
2002-07-19[multiple changes]Bo Thorsen17-160/+1174
2002-07-18Makefile.am (TARGET_SRC_MIPS_LINUX): New.H.J. Lu6-156/+197
2002-06-06* src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.Ulrich Weigand2-3/+69
2002-05-28Fix last commit. Sorry about that.Bo Thorsen2-29/+25
2002-05-28* src/x86/ffi.c (ffi_prep_args): Remove reference to avn.Roger Sayle2-1/+5
2002-05-27ffi.c (ffi_prep_args): Remove unused variable and fix formatting.Bo Thorsen2-52/+51
2002-05-13ffi_darwin.c (ffi_prep_closure): Declare fd at beginning of function (for old...Andreas Tobler2-2/+8
2002-05-08configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se...Alexandre Oliva3-135/+166
2002-05-05configure.in (sparc64-*-netbsd*): Add target.Jason Thorpe3-4/+10
2002-04-28configure.in, configure: Fix SPARC test in previous change.David S. Miller3-2/+6
2002-04-29Makefile.am: Add Linux for S/390 support.Gerhard Tonn9-71/+867
2002-04-28configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working %r_disp32().Jakub Jelinek6-0/+90
2002-04-08java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE correctly.Hans Boehm4-10/+44
2002-04-08* src/sparc/v8.S: Make .eh_frame dependent on target word size.Jakub Jelinek2-6/+20
2002-04-07configure.in (alpha*-*-netbsd*): Add target.Jason Thorpe3-2/+7
2002-04-04v8.S: Add unwind info.Jeff Sturm3-3/+85
2002-03-31configure.in (i*86-*-netbsdelf*): Don't disable libgcj.Krister Walfridsson3-63/+70
2002-03-29re PR other/2620 (Filenames differ only in case)David Billinghurst3-16/+6
2002-03-21configure.in: Enable alpha*-*-freebsd*.Loren J. Rittle3-2/+7
2002-03-17Makefile.am: Define ffitest_OBJECTS.Bryce McKinlay3-5/+7
2002-03-17Makefile.am: Make target library a convenience library.Bryce McKinlay3-90/+97
2002-03-07- Add Darwin and AIX to supported platforms.David Edelsohn1-2/+2
2002-03-07Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.Andreas Tobler7-9/+816
2002-02-24ffi.h.in: Add typedef for ffi_arg.Jeff Sturm3-5/+16
2002-02-21ffi_darwin.c (ffi_prep_args): Skip appropriate number of GPRs for floating-po...Andreas Tobler2-6/+19
2002-01-31Configure changes to enable cross compiling.Anthony Green4-155/+301
2002-01-18- Symmetrically define ffi_call_DARWIN for AIX.David Edelsohn2-0/+16
2002-01-18- Provide a null definition of _ffi_call_AIX so that Darwin link won't fail.David Edelsohn2-4/+14
2002-01-17Makefile.am (EXTRA_DIST): Add Darwin and AIX files.David Edelsohn8-80/+359
2001-10-09Implement Darwin PowerPC ABI.John Hornkvist9-123/+695
2001-10-07acinclude.m4: Fix spelling error of "separate" as "seperate".Joseph Myers2-1/+5
2001-07-16sysv.S: Avoid gas-only .balign directive.Rainer Orth2-17/+21
2001-07-16re PR bootstrap/3563 (Error building libffi)Rainer Orth2-3/+13
2001-06-26* src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.Rainer Orth2-0/+8
2001-06-25configure.in: Recognize sparc*-sun-* host.Rainer Orth3-2/+7
2001-06-12osf.S (__FRAME_BEGIN__): Conditionalize for ELF.Andrew Haley2-0/+8
2001-06-03osf.S: Add unwind info.Andrew Haley4-4/+166
2001-06-01configure.in: Fix AC_ARG_ENABLE usage.Jeff Sturm3-158/+175