Commit bd69b447 authored by Russ Cox's avatar Russ Cox

cmd/dist: generate anames9.c

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/120690043
parent ccd880f2
......@@ -524,6 +524,7 @@ static struct {
"anames5.c",
"anames6.c",
"anames8.c",
"anames9.c",
}},
{"cmd/cc", {
"-pgen.c",
......@@ -622,6 +623,7 @@ static struct {
{"anames5.c", mkanames},
{"anames6.c", mkanames},
{"anames8.c", mkanames},
{"anames9.c", mkanames},
{"zasm_", mkzasm},
{"zdefaultcc.go", mkzdefaultcc},
{"zsys_", mkzsys},
......
......@@ -63,7 +63,7 @@ gcopnames(char *dir, char *file)
vfree(&fields);
}
// mkanames reads [568].out.h and writes anames[568].c
// mkanames reads [5689].out.h and writes anames[5689].c
// The format is much the same as the Go opcodes above.
// it also writes out cnames array for C_* constants.
void
......
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