aboutsummaryrefslogtreecommitdiffstats
path: root/src/mips/n32.S
Commit message (Collapse)AuthorAgeFilesLines
* Not set mips on mips r6YunQiang Su2017-12-101-0/+2
| | | | | 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.
* mips: fix MIPS softfloat build issueYousong Zhou2016-08-151-0/+17
| | | | | | | | 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>
* fix type error in unwind codeZhang Fuxin2015-08-261-1/+1
|
* add unwind infor for *go_closure;foxsen2015-08-201-24/+47
| | | | reorder the labels to make thing more clear
* various fixes for go closure support. Now all n64 tests passed.foxsen2015-08-041-8/+11
|
* add support for go closure support on mipsfoxsen2015-08-041-8/+50
|
* Fix call floating point va functionHeiher2014-02-091-24/+8
| | | | | | 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.
* RefreshAnthony Green2012-01-231-0/+1
|
* Rebase from GCCAnthony Green2010-01-121-4/+4
|
* Update missing changes for 3.0.9r4.Anthony Green2009-12-241-0/+4
|
* Initial commitAnthony Green2009-10-041-0/+587