aboutsummaryrefslogtreecommitdiff
path: root/libffi/src/mips
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16Richard Henderson2-24/+15
2012-08-26re PR libffi/53014 (libffi failures on mips64-linux-gnu with soft-float)Andrew Pinski1-2/+9
2012-03-04Merge upstream libffiAnthony Green2-17/+28
2011-12-07n32.S: Add ".set mips4".Andrew Pinski1-0/+1
2011-02-08configure.ac: Add mips*-*-rtems* support.Joel Sherrill1-0/+8
2010-01-06* src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.Rainer Orth1-4/+4
2009-12-26IRIX supportFrank Everdij3-9/+34
2009-09-15java_raw_api.c (ffi_java_raw_to_rvalue): Remove special handling for FFI_TYPE...David Daney3-31/+199
2009-06-04[multiple changes]Andrew Haley2-5/+32
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley4-28/+32
2007-12-08n32.S (ffi_call_N32): Replace dadd with ADDU...David Daney1-23/+12
2007-12-07ffi.c (ffi_prep_cif_machdep): Handle long double return type.David Daney1-1/+7
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney1-2/+5
2007-12-06n32.S (ffi_closure_N32): Use 64-bit add instruction on pointer values.David Daney1-3/+3
2007-08-10re PR libffi/28313 (libffi has not been ported to mips64-linux-gnu)David Daney4-89/+591
2007-07-12ffi.c: Don't include sys/cachectl.h.David Daney1-3/+2
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva1-7/+8
2005-12-07ffitarget.h: Remove obsolete sgidefs.h include.Thiemo Seufer3-156/+180
2005-06-15re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6)Rainer Orth2-2/+4
2004-11-23o32.S (ffi_call_O32, [...]): Use jalr instead of jal.Richard Sandiford1-10/+10
2004-08-23re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi ...David Daney3-44/+125
2004-08-15ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' a...Casey Marshall3-3/+296
2003-10-22ffitarget.h: Replace undefined UINT32 and friends with __attribute__((__mode_...David Daney1-4/+4
2003-10-21commit missing adds.Andreas Tobler1-0/+160
2003-10-21[multiple changes]Andreas Tobler3-108/+109
2003-10-20ffi.c: Use _ABIN32, _ABIO32 instead of external _MIPS_SIM_NABI32, _MIPS_SIM_A...Rainer Orth1-10/+10
2002-07-19[multiple changes]Bo Thorsen1-9/+1
2002-07-18Makefile.am (TARGET_SRC_MIPS_LINUX): New.H.J. Lu1-0/+1
2002-03-29re PR other/2620 (Filenames differ only in case)David Billinghurst2-16/+0
2001-03-02Remove RCS ident strings to allow comparisions with multiple source checkouts...Nick Clifton3-6/+0
1999-08-08Initial revisionAnthony Green5-0/+980