1
0
mirror of https://github.com/golang/go synced 2024-11-06 06:16:12 -07:00
go/misc/cgo/test/issue9400
Austin Clements a046caa1e8 runtime, sync/atomic: use NOFRAME on arm
This replaces frame size -4 with the NOFRAME flag in arm assembly.

This was automated with:

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

Plus three manual comment changes found by:

grep '\$-4' $(find -name '*_arm.s')

The go binary is identical before and after this change.

Change-Id: I0310384d1a584118c41d1cd3a042bb8ea7227ef9
Reviewed-on: https://go-review.googlesource.com/92042
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:30 +00:00
..
asm_386.s misc/cgo/test: fix issue9400 test on android/386 2016-06-02 14:01:47 +00:00
asm_amd64x.s all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
asm_arm64.s all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
asm_arm.s runtime, sync/atomic: use NOFRAME on arm 2018-02-12 21:41:30 +00:00
asm_mips64x.s misc/cgo/test: add mips64x test case for issue9400 2016-05-04 16:41:36 +00:00
asm_mipsx.s misc/cgo/test: add mipsx test case for #9400 2016-12-15 17:05:29 +00:00
asm_ppc64x.s all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
asm_s390x.s misc/cgo/test: add RewindAndSetgid implementation for s390x 2016-03-22 04:34:24 +00:00
gccgo.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
stubs.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00