]> Cypherpunks repositories - gostls13.git/commit
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)
commit1bd1880906e6394e88ff07552a1f1e871325d2e7
tree97d04326fab71df8a97423fbdf5f85ebd07c66a4
parent777ab5ce1a47bc7cc71e6a675c2dcc76e69e11d5
cmd/internal/obj: rename *.out.go to a.out.go

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