]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/asm: add arch package
authorRob Pike <r@golang.org>
Thu, 22 Jan 2015 18:46:50 +0000 (10:46 -0800)
committerRob Pike <r@golang.org>
Fri, 23 Jan 2015 03:18:55 +0000 (03:18 +0000)
commit6017f680292e86611a6f709dcacd4083ab910d6b
treea9193647bfbca9b95d655e006a820f26bc502a8f
parent67e7ded029034cc3cd510303f7b06faf690d4bc3
[dev.cc] cmd/asm: add arch package

This package builds the representation of the machine architecture
for the new assembler.

Almost nothing in it is likely to last but this will get things running.

Change-Id: I8edd891f927a81f76d2dbdcd7484b9c87ac0fb2e
Reviewed-on: https://go-review.googlesource.com/3194
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/arch/arch.go [new file with mode: 0644]