]> Cypherpunks repositories - gostls13.git/commit
syscall: add GO_ARGS to Go-called assembly
authorRuss Cox <rsc@golang.org>
Mon, 15 Sep 2014 02:27:03 +0000 (22:27 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 15 Sep 2014 02:27:03 +0000 (22:27 -0400)
commit3b4bccc82061fd1f9c70a1b6e85efbdd2ded51a2
treeb09e1eda2091e2e71927b28642e84b53dbb350e7
parente8a74dcad96b134ba29a7edbc3bc84ba597e7c64
syscall: add GO_ARGS to Go-called assembly

Fixes sporadic linux/386 build failure (untyped args)
and probably some others we haven't observed yet.

Fixes #8727.

TBR=iant
R=golang-codereviews
CC=bradfitz, golang-codereviews, iant, khr, r
https://golang.org/cl/143930043
src/syscall/asm_linux_386.s
src/syscall/asm_linux_amd64.s
src/syscall/asm_linux_arm.s
src/syscall/asm_plan9_386.s
src/syscall/asm_plan9_amd64.s