From: Shenghou Ma Date: Tue, 12 Aug 2014 23:50:03 +0000 (-0400) Subject: [dev.power64] runtime: move noasm_arm.goc to noasm.goc X-Git-Tag: go1.5beta1~2684^2~25^2~73 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fb57459b48ea6bae22a270339aabe5c48a51b063;p=gostls13.git [dev.power64] runtime: move noasm_arm.goc to noasm.goc LGTM=rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/121590043 --- diff --git a/src/pkg/runtime/noasm_arm.goc b/src/pkg/runtime/noasm.goc similarity index 97% rename from src/pkg/runtime/noasm_arm.goc rename to src/pkg/runtime/noasm.goc index fe3591e8a3..4966677293 100644 --- a/src/pkg/runtime/noasm_arm.goc +++ b/src/pkg/runtime/noasm.goc @@ -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"