aboutsummaryrefslogtreecommitdiff
path: root/libffi/src/sh/ffi.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16Richard Henderson1-1/+1
2012-03-13ffi.c (ffi_prep_closure_loc): Don't ASSERT ABI test, just return FFI_BAD_ABI ...Kaz Kojima1-2/+3
2009-06-04[multiple changes]Andrew Haley1-4/+4
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley1-7/+8
2008-07-16ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned int.Kaz Kojima1-2/+3
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva1-7/+8
2006-04-22README: Remove notice about 'Crazy Comments'.Andreas Tobler1-22/+6
2006-02-18ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v...Kaz Kojima1-3/+4
2005-07-22sysv.S (ffi_call_SYSV): Stop argument popping correctly on sh3.SUGIOKA Toshinobu1-14/+6
2005-07-20ffi.c (ffi_call): Handle small structures correctly.Kaz Kojima1-3/+11
2004-10-18ffi.c (ffi_prep_closure): Set T bit in trampoline for the function returning ...Kaz Kojima1-5/+11
2003-09-18ffi.c (ffi_prep_args): Take account into the alignement for the register size.Kaz Kojima1-6/+6
2003-08-13ffi.c (OFS_INT16): Set 0 for little endian case.Kaz Kojima1-2/+2
2002-07-19Makefile.am: Add SH support.Kaz Kojima1-0/+722