aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)AuthorFilesLines
2005-02-08ffitarget.h: Remove PPC stuff which does not belong to frv.Andreas Tobler2-30/+6
2005-01-12special.exp (cxx_options): Add -shared-libgcc.Eric Botcazou2-1/+6
2004-12-31types.c (FFI_AGGREGATE_TYPEDEF): Remove.Richard Henderson2-66/+35
2004-12-31types.c (FFI_TYPE_POINTER): Define with sizeof.Richard Henderson6-857/+957
2004-12-27* src/x86/unix64.S: Fix typo in unwind info.Richard Henderson2-1/+5
2004-12-25ffi64.c (struct register_args): Rename from stackLayout.Richard Henderson3-640/+592
2004-12-08Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and PICFLAG.David Edelsohn3-4/+6
2004-12-02Introduce and use config/gcc-version.m4.Richard Sandiford7-13/+38
2004-11-29libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libto...Kelley Cook2-9/+6
2004-11-25libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook2-2/+13
2004-11-25* ChangeLog: Remove duplication.John David Anglin1-1908/+0
2004-11-24libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2-9/+6
2004-11-24target-libpath.exp: New file defining set_ld_library_path_env_vars and restor...John David Anglin2-23/+1915
2004-11-23o32.S (ffi_call_O32, [...]): Use jalr instead of jal.Richard Sandiford2-10/+15
2004-11-23Makefile.am: Remove no-dependencies.Kelley Cook8-609/+499
2004-11-22ffi.c (ffi_prep_closure): Align doubles and 64-bit integers on a 8-byte bound...Eric Botcazou3-3/+32
2004-10-27ffi.c (ffi_prep_cif_machdep): Handle functions that return long long values.Richard Earnshaw3-74/+175
2004-10-27libffi-db.exp (load_gcc_lib): New function.Richard Earnshaw2-1/+23
2004-10-25re PR other/18138 (libgcc_s.so.1 not found by 64-bit testsuite)Eric Botcazou2-1/+6
2004-10-25(FFII_CLOSURES): Set to 0.Kazuhiro Inaoka2-1/+5
2004-10-21sysv.S (ffi_call_SYSV): Don't align for double data.Kaz Kojima3-6/+78
2004-10-18ffi.c (ffi_prep_closure): Set T bit in trampoline for the function returning ...Kaz Kojima3-6/+60
2004-10-13Makefile.am: Add m32r support.Kazuhiro Inaoka11-39/+533
2004-10-02* testsuite/libffi.call/negint.c: New test case.Kaz Kojima2-0/+58
2004-09-14re PR libffi/17465 (Testsuite in libffi overrides LD_LIBRARY_PATH)H.J. Lu2-9/+24
2004-09-05many_win32.c: Remove whitespaces.Andreas Tobler6-36/+37
2004-09-05darwin.S: Fix comments and identation.Andreas Tobler3-49/+54
2004-09-02ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler5-23/+119
2004-09-02004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler10-268/+272
2004-08-30Fix brown-bag typo in ChangeLog entry.Anthony Green1-1/+1
2004-08-30Makefile.am: Add frv support.Anthony Green13-89/+693
2004-08-25closure_fn0.c: Xfail mips64* instead of mips*.David Daney59-59/+133
2004-08-23re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi ...David Daney4-44/+139
2004-08-15ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' a...Casey Marshall4-3/+310
2004-08-10ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley2-0/+6
2004-08-03configure.in: Turn mt-linux into mt-gnu.Robert Millan3-14/+19
2004-08-03acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h> and mmap() expl...Maciej W. Rozycki3-4/+255
2004-07-11ffi.c (ffi_prep_args): Fix C aliasing violation.Ulrich Weigand2-10/+13
2004-06-30ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating2-5/+10
2004-06-26libtool-version: Fix typo in revision/age.Matthias Klose2-1/+5
2004-06-18Fix incorrect year for some ChangeLog entries.R. Kelley Cook1-2/+2
2004-06-17libtool-version: New.Matthias Klose4-2/+14
2004-06-15configure.ac: New name of configure.in.Paolo Bonzini9-1031/+1103
2004-06-15Added .cvsignore entry for autom4te.cache to boehm-gc, libffi andPaolo Bonzini2-0/+5
2004-06-10unix.S (ffi_call_unix): Insert group barrier break fp_done.Jakub Jelinek2-2/+10
2004-06-07configure.ac: Add x86_64-*-freebsd* support.Sean McNeil3-4/+9
2004-05-18re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima1-1/+1
2004-04-26Bug 15093Joe Buck3-281/+835
2004-04-27Patch 14922Matt Austern3-2/+16
2004-04-24cls_multi_schar.c (main): Fix initialization error.Andreas Tobler4-4/+11