summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
...
* win64.S: Make use of ffi_closure_win64_inner symbol pc-relative.Kai Tietz2013-03-222-1/+6
* closures.c (is_emutramp_enabled [!FFI_MMAP_EXEC_EMUTRAMP_PAX]): Move default ...Dave Korn2013-03-072-2/+9
* ffi.c (ffi_prep_cif_machdep): Fix case where DOUBLE equal LONGDOUBLE.Andreas Tobler2013-02-062-0/+7
* re PR libffi/56000 (FAIL: libffi.call/cls_uchar_va.c -O0 -W -Wall output patt...Thorsten Glaser2013-01-174-9/+15
* * Makefile.am (ACLOCAL_AMFLAGS, TEXINFO_TEX, MAKEINFOFLAGS)Andreas Schwab2012-12-2914-280/+988
* libffi mergeAnthony Green2012-12-26123-654/+6789
* linux64_closure.S: Add new ABI support.Alan Modra2012-10-313-4/+42
* * configure: Regenerated.David Edelsohn2012-09-142-2/+7
* re PR libffi/53014 (libffi failures on mips64-linux-gnu with soft-float)Andrew Pinski2012-08-262-2/+15
* ffi.c (ffi_prep_closure_loc): Don't ASSERT ABI test, just return FFI_BAD_ABI ...Uros Bizjak2012-08-082-1/+7
* ChangeLog.libgcj: Move last two entries ...Uros Bizjak2012-07-182-12/+11
* Define FFI_SIZEOF_JAVA_RAW to 4 for x32H.J. Lu2012-07-182-1/+10
* Regenerate configure files for libtool.m4 changeH.J. Lu2012-05-162-3/+14
* ffi.c (ffi_prep_args_SYSV): Declare double_tmp.Peter Bergner2012-04-022-7/+14
* Restore trampled commitsAnthony Green2012-03-294-7/+78
* Add missing ChangeLog entry from 2012-03-09 commit.David Edelsohn2012-03-171-0/+6
* ffi.c (ffi_prep_closure_loc): Don't ASSERT ABI test, just return FFI_BAD_ABI ...Kaz Kojima2012-03-133-4/+12
* aix_closure.S (ffi_closure_ASM): Adjust for Darwin64 change to return value o...David Edelsohn2012-03-091-1/+3
* Merge upstream libffiAnthony Green2012-03-0463-636/+6319
* re PR libffi/52223 (libffi's man page install breaks with multilibs and overr...Mikael Pettersson2012-02-273-0/+12
* Correct date in ChangeLogKai Tietz2012-02-231-1/+1
* re PR libffi/52221 ([libffi] r183675,r184021 needs to be fixed.)Kai Tietz2012-02-233-4/+45
* re PR libffi/52221 ([libffi] r183675,r184021 needs to be fixed.)Kai Tietz2012-02-132-3/+23
* * src/sparc/v9.S (STACKFRAME): Bump to 176.Eric Botcazou2012-02-112-1/+5
* configure.ac (AM_LTLDFLAGS): Add -no-undefine for x64 windows target.Kai Tietz2012-02-103-0/+24
* prep_cif.c (ffi_prep_cif): Allow for X86_WIN32 also FFI_THISCALL.Kai Tietz2012-02-086-1/+143
* ffi.c (ffi_call_win32): Add new argument to prototype for specify calling-con...Kai Tietz2012-01-2911-19/+596
* sysv.S (ffi_call_SYSV): Properly test for plain mc68000.Andreas Schwab2012-01-232-8/+13
* re PR target/48496 ('asm' operand requires impossible reload)Jakub Jelinek2012-01-192-3/+12
* Build 64-bit libffi multilib for i?86-linuxRainer Orth2012-01-093-2/+7
* re PR libffi/50051 (MIPS libffi does not compile for mips64octeon-linux-gnu)Andrew Pinski2011-12-071-0/+1
* n32.S: Add ".set mips4".Andrew Pinski2011-12-072-0/+5
* Additional fixes for FreeBSD-10 build:Andreas Tobler2011-11-212-3/+7
* configure.ac (GCC_AS_CFI_PSEUDO_OP): Use it instead of inline check.Richard Henderson2011-11-104-19/+16
* re PR libffi/49594 (bootstrap failure in libffi:darwin_closure for powerpc-da...Iain Sandoe2011-09-042-3/+10
* ffi.c (FFI_INIT_TRAMPOLINE): Remove hard-coded assembly instructions.Andrew Haley2011-08-253-3/+14
* ffi.c (FFI_INIT_TRAMPOLINE): Clear icache.Andrew Haley2011-07-112-1/+9
* cls_double_va.c: Move PR number to comment.Rainer Orth2011-06-293-2/+7
* re PR libffi/46660 (cls_double_va.c, cls_longdouble_va.c FAIL on IRIX 6.5)Rainer Orth2011-06-293-0/+9
* huge_struct.c (test_large_fn): Use PRIu8, PRId8 instead of %hhu, %hhd.Rainer Orth2011-06-143-16/+28
* osf.S (UA_SI, [...]): Define.Rainer Orth2011-04-292-18/+46
* Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2011-02-132-10/+6
* re PR libffi/46661 (32-bit cls_pointer.c, cls_pointer_stack.c FAIL on IRIX 6.5)Rainer Orth2011-02-093-2/+9
* ffi.c: Add RTEMS support for cache flushing.Joel Sherrill2011-02-082-0/+46
* ffi.c: Add RTEMS support for cache flushing.Joel Sherrill2011-02-081-0/+7
* configure.ac: Add mips*-*-rtems* support.Joel Sherrill2011-02-084-2/+17
* transpose_optimization_2.f90: Cleanup original dump.Uros Bizjak2011-02-071-2/+2
* re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn2011-01-263-4/+24
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-033-3/+3
* re PR libffi/29152 (64-bit darwin ppc port needed for libffi)Iain Sandoe2010-12-185-347/+1193