]> Cypherpunks repositories - gostls13.git/commit
cmd/8g: factor out prog information
authorRuss Cox <rsc@golang.org>
Mon, 12 Aug 2013 17:05:40 +0000 (13:05 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Aug 2013 17:05:40 +0000 (13:05 -0400)
commitac0df6ce895c14216d5f57cc749e7080815860f9
treea6f101d9b1aa64c12e049ba15292b66a52176b32
parent8eb8ad245416f29c7f9848de288a0ece325d531b
cmd/8g: factor out prog information

Like CL 12637051, but for 8g instead of 6g.
Fix a few minor 6g errors too.

R=ken2
CC=golang-dev
https://golang.org/cl/12778043
src/cmd/6g/prog.c
src/cmd/8g/opt.h
src/cmd/8g/peep.c
src/cmd/8g/prog.c [new file with mode: 0644]
src/cmd/8g/reg.c