Commit 1bd18809 authored by Rob Pike's avatar Rob Pike

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: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
parent 777ab5ce
// 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
......
// 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
......
// 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
......
// 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment