summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
...
* configure.ac: Add i*86-*-rtems*, sparc*-*-rtems*, powerpc-*rtems*, arm*-*-rte...Ralf Corsepius2005-04-293-0/+16
* libffi-dg.exp (libffi-dg-test-1): In regsub use, have Tcl8.3-compatible inter...Hans-Peter Nilsson2005-04-202-2/+7
* Add include/Makefile.in to last entryHans-Peter Nilsson2005-04-181-1/+2
* Makefile.am: Add CRIS support.Simon Posnjak2005-04-1811-24/+737
* libffi-dg.exp (libffi-dg-test-1): Replace \n with \r?\n in output tests.Hans-Peter Nilsson2005-04-182-0/+21
* * configure: Regenerate.Mike Stump2005-04-132-1/+66
* * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.Hans Boehm2005-03-312-2/+6
* * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.Steve Ellcey2005-03-303-37/+26
* darwin.S: Update for -m64 multilib.Mike Stump2005-03-243-20/+48
* configure.ac: Do not invoke TL_AC_GCC_VERSION.Zack Weinberg2005-03-218-58/+26
* re PR libffi/20104 (gij fails on ppc and not on x86)Andrew Haley2005-02-232-3/+12
* re PR libffi/20104 (gij fails on ppc and not on x86)Andreas Tobler2005-02-232-0/+47
* cls_align_longdouble.c: Remove dg-options.Janis Johnson2005-02-115-4/+7
* ffitarget.h: Remove PPC stuff which does not belong to frv.Andreas Tobler2005-02-082-30/+6
* special.exp (cxx_options): Add -shared-libgcc.Eric Botcazou2005-01-122-1/+6
* types.c (FFI_AGGREGATE_TYPEDEF): Remove.Richard Henderson2004-12-312-66/+35
* types.c (FFI_TYPE_POINTER): Define with sizeof.Richard Henderson2004-12-316-857/+957
* * src/x86/unix64.S: Fix typo in unwind info.Richard Henderson2004-12-272-1/+5
* ffi64.c (struct register_args): Rename from stackLayout.Richard Henderson2004-12-253-640/+592
* Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and PICFLAG.David Edelsohn2004-12-083-4/+6
* Introduce and use config/gcc-version.m4.Richard Sandiford2004-12-027-13/+38
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libto...Kelley Cook2004-11-292-9/+6
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook2004-11-252-2/+13
* * ChangeLog: Remove duplication.John David Anglin2004-11-251-1908/+0
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2004-11-242-9/+6
* target-libpath.exp: New file defining set_ld_library_path_env_vars and restor...John David Anglin2004-11-242-23/+1915
* o32.S (ffi_call_O32, [...]): Use jalr instead of jal.Richard Sandiford2004-11-232-10/+15
* Makefile.am: Remove no-dependencies.Kelley Cook2004-11-238-609/+499
* ffi.c (ffi_prep_closure): Align doubles and 64-bit integers on a 8-byte bound...Eric Botcazou2004-11-223-3/+32
* ffi.c (ffi_prep_cif_machdep): Handle functions that return long long values.Richard Earnshaw2004-10-273-74/+175
* libffi-db.exp (load_gcc_lib): New function.Richard Earnshaw2004-10-272-1/+23
* re PR other/18138 (libgcc_s.so.1 not found by 64-bit testsuite)Eric Botcazou2004-10-252-1/+6
* (FFII_CLOSURES): Set to 0.Kazuhiro Inaoka2004-10-252-1/+5
* sysv.S (ffi_call_SYSV): Don't align for double data.Kaz Kojima2004-10-213-6/+78
* ffi.c (ffi_prep_closure): Set T bit in trampoline for the function returning ...Kaz Kojima2004-10-183-6/+60
* Makefile.am: Add m32r support.Kazuhiro Inaoka2004-10-1311-39/+533
* * testsuite/libffi.call/negint.c: New test case.Kaz Kojima2004-10-022-0/+58
* re PR libffi/17465 (Testsuite in libffi overrides LD_LIBRARY_PATH)H.J. Lu2004-09-142-9/+24
* many_win32.c: Remove whitespaces.Andreas Tobler2004-09-056-36/+37
* darwin.S: Fix comments and identation.Andreas Tobler2004-09-053-49/+54
* ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler2004-09-025-23/+119
* 004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2004-09-0210-268/+272
* Fix brown-bag typo in ChangeLog entry.Anthony Green2004-08-301-1/+1
* Makefile.am: Add frv support.Anthony Green2004-08-3013-89/+693
* closure_fn0.c: Xfail mips64* instead of mips*.David Daney2004-08-2559-59/+133
* re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi ...David Daney2004-08-234-44/+139
* ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' a...Casey Marshall2004-08-154-3/+310
* ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley2004-08-102-0/+6
* configure.in: Turn mt-linux into mt-gnu.Robert Millan2004-08-033-14/+19
* acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h> and mmap() expl...Maciej W. Rozycki2004-08-033-4/+255