]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj: rename *.out.go to a.out.go
authorRob Pike <r@golang.org>
Mon, 13 Jul 2015 03:44:01 +0000 (13:44 +1000)
committerRob Pike <r@golang.org>
Mon, 13 Jul 2015 23:47:38 +0000 (23:47 +0000)
The old numerical names like 6.out.go are a relic from the old tools.
Easier to rename than explain.

The anames.go files were modified by go generate; no changes
beyond the explanatory comment at the top.

Change-Id: I84742c75c60e47724baa9d49a91fef1f8581f021
Reviewed-on: https://go-review.googlesource.com/12069
Run-TryBot: Rob Pike <r@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/internal/obj/arm/a.out.go [moved from src/cmd/internal/obj/arm/5.out.go with 100% similarity]
src/cmd/internal/obj/arm/anames.go
src/cmd/internal/obj/arm64/a.out.go [moved from src/cmd/internal/obj/arm64/7.out.go with 100% similarity]
src/cmd/internal/obj/arm64/anames.go
src/cmd/internal/obj/ppc64/a.out.go [moved from src/cmd/internal/obj/ppc64/9.out.go with 100% similarity]
src/cmd/internal/obj/ppc64/anames.go
src/cmd/internal/obj/x86/a.out.go [moved from src/cmd/internal/obj/x86/6.out.go with 100% similarity]
src/cmd/internal/obj/x86/anames.go

index 0a028c03ca759e7de56bfdadbc509dec16292007..1a924f0381b2ed30ac105fc2f229f73107ea7c29 100644 (file)
@@ -1,4 +1,4 @@
-// Generated by stringer -i 5.out.go -o anames.go -p arm
+// Generated by stringer -i a.out.go -o anames.go -p arm
 // Do not edit.
 
 package arm
index 924e69825f69ff35b2c5ea8a7bc986055a24113c..28454189de0a82b4b063868407fdadacbdc613c6 100644 (file)
@@ -1,4 +1,4 @@
-// Generated by stringer -i 7.out.go -o anames.go -p arm64
+// Generated by stringer -i a.out.go -o anames.go -p arm64
 // Do not edit.
 
 package arm64
index 09ed54cf28498cb335e7303f8e544ebeaeebc5ff..1ae7a520152f26ca022c4eefa009ba06d3d8fdc2 100644 (file)
@@ -1,4 +1,4 @@
-// Generated by stringer -i 9.out.go -o anames.go -p ppc64
+// Generated by stringer -i a.out.go -o anames.go -p ppc64
 // Do not edit.
 
 package ppc64
index 7f7dd56124ed88e17537da77a6642c8c7da318c4..7f7708cdccc91995668da1427b5ce68d5e4f7fb1 100644 (file)
@@ -1,4 +1,4 @@
-// Generated by stringer -i 6.out.go -o anames.go -p x86
+// Generated by stringer -i a.out.go -o anames.go -p x86
 // Do not edit.
 
 package x86