From fb57459b48ea6bae22a270339aabe5c48a51b063 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Tue, 12 Aug 2014 19:50:03 -0400 Subject: [PATCH] [dev.power64] runtime: move noasm_arm.goc to noasm.goc LGTM=rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/121590043 --- src/pkg/runtime/{noasm_arm.goc => noasm.goc} | 2 ++ 1 file changed, 2 insertions(+) rename src/pkg/runtime/{noasm_arm.goc => noasm.goc} (97%) 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 fe3591e8a37..4966677293c 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"