1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:21:22 -06:00

[dev.power64] runtime: move noasm_arm.goc to noasm.goc

LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/121590043
This commit is contained in:
Shenghou Ma 2014-08-12 19:50:03 -04:00
parent 2abf3c5583
commit fb57459b48

View 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"