aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)AuthorFilesLines
2003-09-04Makefile.am: Remove build rules for ffitest.Andreas Tobler3-42/+17
2003-09-04sorry forgot the changelog.Andreas Tobler1-0/+5
2003-09-04java_raw_api.c: Include <stdlib.h> to fix compiler warning about implicit dec...Andreas Tobler1-0/+1
2003-09-04Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler1-3/+8
2003-09-04*** empty log message ***Andreas Tobler58-0/+4385
2003-09-04003-09-04 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler5-233/+395
2003-08-13ffi.c (OFS_INT16): Set 0 for little endian case.Kaz Kojima2-2/+7
2003-08-02ffi.c (ffi_prep_args64): Modify for changed gcc structure passing.Alan Modra4-95/+81
2003-07-30re PR libffi/11410 (ffitest failures on Solaris 8/SPARC)Andreas Tobler3-17/+32
2003-07-11README: Note that libffi is not part of GCC.Gerald Pfeifer2-3/+12
2003-06-19ppc_closure.S: Include ffi.h.Franz Sirl2-0/+5
2003-06-13sysv.S: Avoid gas-only .uleb128/.sleb128 directives.Rainer Orth2-30/+35
2003-06-13Makefile.am: Add SHmedia support.Kaz Kojima8-4/+993
2003-05-17configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section should be re...Jakub Jelinek15-63/+198
2003-05-08Solaris 7 .register fix.Jeff Sturm5-21/+88
2003-04-18configure.in (powerpc64*-*-linux*): Remove.Jakub Jelinek12-118/+992
2003-04-16configure.in (arm-*-netbsdelf*): Add configuration.Richard Earnshaw3-0/+7
2003-04-11libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.Alexandre Oliva1-1/+1
2003-04-05* include/Makefile.in: Regenerate.Loren J. Rittle2-3/+9
2003-03-24configure.in: Avoid trailing /.Andreas Schwab1-0/+5
2003-03-21ffi.h.in: Define X86 instead of X86_64 in 32 bit mode.Zdenek Dvorak3-29/+32
2003-03-12configure.in: Avoid trailing /.Andreas Schwab2-2/+10
2003-03-10Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2-91/+162
2003-02-20configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status.Alexandre Oliva3-92/+114
2003-02-07darwin_closure.S: Fix alignement bug, allocate 8 bytes for the result.Andreas Tobler4-64/+77
2003-02-06ffi.c (ffi_closure_helper_SYSV): Add hidden visibility attribute.Jakub Jelinek2-3/+12
2003-02-01Fix wrongly applied last patch.Andreas Jaeger2-4/+4
2003-01-31configure.in: Adjust command to source config-ml.in to account for changes to...Christian Cornelssen3-11/+21
2003-01-29ppc_closure.S: Recode to fit shared libs.Franz Sirl2-73/+125
2003-01-28configure.in (toolexecdir, [...]): Set and AC_SUBST.Alexandre Oliva2-177/+220
2003-01-28ffi.h.in: Enable FFI_CLOSURES for x86_64.Andrew Haley4-1/+240
2003-01-28configure.in (toolexecdir, [...]): Set and AC_SUBST.Alexandre Oliva4-10/+25
2003-01-27Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.David Edelsohn3-6/+11
2003-01-22darwin.S (_ffi_call_AIX): Add Augmentation size to unwind info.Andrew Haley2-0/+6
2003-01-21darwin.S: Add unwind info.Andreas Tobler3-25/+136
2003-01-14ffi64.c (ffi_prep_args): Check for void retval.Andrew Haley3-3/+52
2003-01-14ffitest.c (main): Only use ffi_closures if those are supported.Andreas Jaeger2-1/+8
2003-01-14[multiple changes]Tom Tromey3-30/+275
2003-01-10ffi_darwin.c: Remove RCS version string.Geoffrey Keating3-4/+5
2003-01-03ffi.h.in: Add closure defines for SPARC, SPARC64.Jeff Sturm6-8/+327
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg5-274/+287
2002-12-06ffi.h.in: Added FFI_STDCALL ffi_type enumeration for X86_WIN32.Ranjit Mathew5-5/+250
2002-11-27* src/s390/sysv.S (.eh_frame section): Make section read-only.Ulrich Weigand2-2/+6
2002-11-26Fix Portable .NET bug with IA-64 pointer size.Jim Wilson2-1/+6
2002-11-15s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Ulrich Weigand2-8/+20
2002-11-11* configure.in: Look for common files in the right place.DJ Delorie3-3/+8
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