]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native tools
authorLucio De Re <lucio.dere@gmail.com>
Fri, 4 Jan 2013 16:02:49 +0000 (11:02 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 4 Jan 2013 16:02:49 +0000 (11:02 -0500)
commit62dfa9c47d33368400cfa1f0b4fade7d047992ee
treec715edbd1e7f025c288a2144d264b37f4c27c20b
parenta4e08183d56aa3e6c524cadb71671c40495f45a1
cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native tools

A few USED(xxx) additions and a couple of deletions of variable
initialisations that go unused.  One questionable correction,
mirrored in 8l/asm.c, where the result of invocation of a function
shouldn't be used.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6736054
src/cmd/5g/ggen.c
src/cmd/5g/reg.c
src/cmd/5l/asm.c
src/cmd/ld/pe.c