1
0
mirror of https://github.com/golang/go synced 2024-09-29 16:14:28 -06:00
go/misc/cgo/test/issue9400
Michael Hudson-Doyle 45c06b27a4 cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x
Replace the confusing game where a frame size of $-8 would suppress the
implicit setting up of a stack frame with a nice explicit flag.

The code to set up the function prologue is still a little confusing but better
than it was.

Change-Id: I1d49278ff42c6bc734ebfb079998b32bc53f8d9a
Reviewed-on: https://go-review.googlesource.com/15670
Reviewed-by: Minux Ma <minux@golang.org>
2015-10-18 22:13:30 +00:00
..
asm_386.s misc/cgo/test/issue9400: fix to build with gccgo 2015-04-29 16:57:13 +00:00
asm_amd64x.s misc/cgo/test/issue9400: fix to build with gccgo 2015-04-29 16:57:13 +00:00
asm_arm64.s misc/cgo/test/issue9400: fix to build with gccgo 2015-04-29 16:57:13 +00:00
asm_arm.s misc/cgo/test/issue9400: fix to build with gccgo 2015-04-29 16:57:13 +00:00
asm_ppc64x.s cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x 2015-10-18 22:13:30 +00:00
gccgo.go misc/cgo/test/issue9400: fix to build with gccgo 2015-04-29 16:57:13 +00:00
stubs.go runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack 2014-12-23 01:33:36 +00:00