]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] runtime: move noasm_arm.goc to noasm.goc
authorShenghou Ma <minux@golang.org>
Tue, 12 Aug 2014 23:50:03 +0000 (19:50 -0400)
committerShenghou Ma <minux@golang.org>
Tue, 12 Aug 2014 23:50:03 +0000 (19:50 -0400)
LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/121590043

src/pkg/runtime/noasm.goc [moved from src/pkg/runtime/noasm_arm.goc with 97% similarity]

similarity index 97%
rename from src/pkg/runtime/noasm_arm.goc
rename to src/pkg/runtime/noasm.goc
index fe3591e8a37ea6a3895466ed7bf33789d20fed37..4966677293cc488caee19001b49832e4f0268229 100644 (file)
@@ -5,6 +5,8 @@
 // Routines that are implemented in assembly in asm_{amd64,386}.s
 // but are implemented in C for arm.
 
+// +build arm power64 power64le
+
 package runtime
 #include "runtime.h"
 #include "../../cmd/ld/textflag.h"