]> Cypherpunks repositories - gostls13.git/commit
runtime: remove non-extern decls of runtime.goarm
authorRuss Cox <rsc@golang.org>
Tue, 10 Dec 2013 00:35:07 +0000 (19:35 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 10 Dec 2013 00:35:07 +0000 (19:35 -0500)
commit4230044bb867f80469076e3407ef368a93ca8d56
tree498671088d70c6f7ae3a809298b4d3e79e0c7341
parent6795687427ad79574465ee83b4fa398aa036aa0c
runtime: remove non-extern decls of runtime.goarm

The linker is in charge of providing the one true declaration.

R=golang-dev, dave, r
CC=golang-dev
https://golang.org/cl/39560043
src/cmd/5l/obj.c
src/pkg/runtime/asm_arm.s
src/pkg/runtime/os_linux_arm.c