kc3-lang/libffi/src/mips/n32.S

Branch :


Log

Author Commit Date CI Message
94c102aa 2017-12-10 14:25:01 Not set mips on mips r6 MIPS release changed encodes of some instructions, include ll/sc etc. if .set mips4 on mips r6, as will generate some wrong encode of some instructions.
7a0d2c83 2016-08-15 15:00:13 mips: fix MIPS softfloat build issue The patch for o32.S is taken from OpenWrt packages repo 3a7a4bf "libffi: fix MIPS softfloat build issue with current binutils" Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
505346e1 2015-08-26 09:57:10 fix type error in unwind code
5953c66b 2015-08-20 20:28:13 add unwind infor for *go_closure; reorder the labels to make thing more clear
6f0201c8 2015-08-04 18:25:34 various fixes for go closure support. Now all n64 tests passed.
697dd4e8 2015-08-04 12:53:33 add support for go closure support on mips
40927bd3 2014-01-21 23:18:27 Fix call floating point va function I'm not sure floating-point arguments in GPR or FPR before calling variable number arguments function. so, load all arguments to GPR and FPR.
c365ee75 2012-01-23 11:13:18 Refresh
7b7a42f2 2010-01-12 09:14:14 Rebase from GCC
115ab36f 2009-12-24 00:22:00 Update missing changes for 3.0.9r4.
c6dddbd0 2009-10-04 08:11:33 Initial commit