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.
This commit is contained in:
YunQiang Su
2017-12-10 14:25:01 +08:00
committed by GitHub
parent 716bfd8317
commit 94c102aa69

View File

@@ -47,7 +47,9 @@
#ifdef __GNUC__
.abicalls
#endif
#if !defined(__mips_isa_rev) || (__mips_isa_rev<6)
.set mips4
#endif
.text
.align 2
.globl ffi_call_N32