]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/mips: copy cmd/internal/obj/ppc64
authorShenghou Ma <minux@golang.org>
Sun, 6 Sep 2015 00:27:00 +0000 (20:27 -0400)
committerMinux Ma <minux@golang.org>
Tue, 8 Sep 2015 22:39:56 +0000 (22:39 +0000)
commit5cc86c6f5510799b941f9d1ab405025ee6b8069a
tree2f35946006e5e2df84ba1eae66a3e7788850661a
parent69a143e3888982a64427375b3f4bdbd2fee07198
cmd/internal/obj/mips: copy cmd/internal/obj/ppc64

Just a mechanical copy with filename renames, no code changes.
This is to reduce code difference when adding the mips64 port.

Change-Id: Id06e975f414a7b09f4827167b30813b228a3bfae
Reviewed-on: https://go-review.googlesource.com/14323
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/obj/mips/a.out.go [new file with mode: 0644]
src/cmd/internal/obj/mips/anames.go [new file with mode: 0644]
src/cmd/internal/obj/mips/anames0.go [new file with mode: 0644]
src/cmd/internal/obj/mips/asm0.go [new file with mode: 0644]
src/cmd/internal/obj/mips/list0.go [new file with mode: 0644]
src/cmd/internal/obj/mips/obj0.go [new file with mode: 0644]