]> Cypherpunks repositories - gostls13.git/commit
cmd/5a, cmd/6a, cmd/8a: fix .y files to match y.tab.[ch]
authorRuss Cox <rsc@golang.org>
Wed, 11 Dec 2013 17:11:37 +0000 (12:11 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 11 Dec 2013 17:11:37 +0000 (12:11 -0500)
commit426b48a77522c0e411cf328372bcfaae3dc7bcc9
tree04394257360f274a6afc94b8ca61e798de0cf8a8
parent75800a9a2842438c872c6464b3a87b33fedfea27
cmd/5a, cmd/6a, cmd/8a: fix .y files to match y.tab.[ch]

When I renamed LAddr back to Addr (before sending the
original linker CLs), I missed the .y files in my global substitute.
Since the .y files are only processed when running make in
one of those directories (not during all.bash), they were
behind the generated files.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/40770044
src/cmd/5a/a.y
src/cmd/6a/a.y
src/cmd/8a/a.y