1
0
mirror of https://github.com/golang/go synced 2024-11-06 02:26:17 -07:00
go/misc/cgo/test/issue9400
Austin Clements dfbf568c9f runtime: use NOFRAME on mips and mips64
This replaces frame size -4/-8 with the NOFRAME flag in mips and
mips64 assembly.

This was automated with:

sed -i -e 's/\(^TEXT.*[A-Z]\),\( *\)\$-[84]/\1|NOFRAME,\2$0/' $(find -name '*_mips*.s')

Plus a manual fix to mkduff.go.

The go binary is identical on both architectures before and after this
change.

Change-Id: I0310384d1a584118c41d1cd3a042bb8ea7227efb
Reviewed-on: https://go-review.googlesource.com/92044
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2018-02-12 21:41:32 +00:00
..
asm_386.s
asm_amd64x.s
asm_arm64.s runtime: use NOFRAME on arm64 2018-02-12 21:41:31 +00:00
asm_arm.s runtime, sync/atomic: use NOFRAME on arm 2018-02-12 21:41:30 +00:00
asm_mips64x.s
asm_mipsx.s runtime: use NOFRAME on mips and mips64 2018-02-12 21:41:32 +00:00
asm_ppc64x.s
asm_s390x.s
gccgo.go
stubs.go