]> Cypherpunks repositories - gostls13.git/commit
cmd/7g, cmd/7l, cmd/go: copy 9g/9l to 7g/7l, and build as tools
authorShenghou Ma <minux@golang.org>
Sun, 8 Mar 2015 08:32:55 +0000 (04:32 -0400)
committerMinux Ma <minux@golang.org>
Tue, 10 Mar 2015 18:52:12 +0000 (18:52 +0000)
commitf00c19add5b5bd2126af689563ad24013e12faa9
tree01e5389df2a1c7dd7323f5e1753c645b55d6accd
parentd7e043eaf5740cf409883e75b32fc1e076a57d2f
cmd/7g, cmd/7l, cmd/go: copy 9g/9l to 7g/7l, and build as tools

Kick start the upstreaming of the arm64 port. The only manual
change is cmd/go/pkg.go.

Change-Id: I0607ad045486f0998c4e21654b59276ca5348069
Reviewed-on: https://go-review.googlesource.com/7075
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
Run-TryBot: Aram Hăvărneanu <aram@mgk.ro>
TryBot-Result: Gobot Gobot <gobot@golang.org>
14 files changed:
src/cmd/7g/cgen.go [new file with mode: 0644]
src/cmd/7g/galign.go [new file with mode: 0644]
src/cmd/7g/gg.go [new file with mode: 0644]
src/cmd/7g/ggen.go [new file with mode: 0644]
src/cmd/7g/gsubr.go [new file with mode: 0644]
src/cmd/7g/opt.go [new file with mode: 0644]
src/cmd/7g/peep.go [new file with mode: 0644]
src/cmd/7g/prog.go [new file with mode: 0644]
src/cmd/7g/reg.go [new file with mode: 0644]
src/cmd/7g/util.go [new file with mode: 0644]
src/cmd/7l/asm.go [new file with mode: 0644]
src/cmd/7l/l.go [new file with mode: 0644]
src/cmd/7l/obj.go [new file with mode: 0644]
src/cmd/go/pkg.go