From 5d429ad013339a6842133f83cb55328e31e89508 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 20 Dec 2011 14:42:58 -0500 Subject: [PATCH] runtime/cgo: fix build Two forgotten renames from last CL. TBR=r CC=golang-dev https://golang.org/cl/5502046 --- src/pkg/runtime/cgo/{386.S => gcc_386.S} | 0 src/pkg/runtime/cgo/{arm.S => gcc_arm.S} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/pkg/runtime/cgo/{386.S => gcc_386.S} (100%) rename src/pkg/runtime/cgo/{arm.S => gcc_arm.S} (100%) diff --git a/src/pkg/runtime/cgo/386.S b/src/pkg/runtime/cgo/gcc_386.S similarity index 100% rename from src/pkg/runtime/cgo/386.S rename to src/pkg/runtime/cgo/gcc_386.S diff --git a/src/pkg/runtime/cgo/arm.S b/src/pkg/runtime/cgo/gcc_arm.S similarity index 100% rename from src/pkg/runtime/cgo/arm.S rename to src/pkg/runtime/cgo/gcc_arm.S -- 2.50.0