1
0
mirror of https://github.com/golang/go synced 2024-10-03 23:31:22 -06:00
go/src/cmd/6c
Lucio De Re 4c6280b0f1 6a, 6c, 6l: fix for Plan 9 build
6a/a.h:
. Dropped <u.h> and <libc.h>.
. Made definition of EOF conditional.

6a/a.y:
. Added <u.h> and <libc.h>.

6a/lex.c:
. Added <u.h> and <libc.h>.
. Dropped <ctype.h> (now in <u.h>).

6c/gc.h:
. Added varargck pragma for "lD".

6c/swt.c:
. Dropped unused "thestring" argument in Bprint() calls.

6l/Makefile:
. Dropped unneeded directory prefix.

6l/l.h:
. Dropped unneeded directory prefix.
. Added varargck pragma for "I" and "i".

6l/obj.c:
. Dropped unneeded assignment.
. Dropped unreachable goto statement.

6l/pass.c:
. Dropped assignments flagged as unused.

6l/prof.c:
. Replaced "#if 0" with "#ifdef NOTDEF".

6l/span.c:
. Dropped unused incrementation.
. Added USED() as required.
. Dropped unreachable "return" statement.

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4747044
2011-07-15 11:58:39 -04:00
..
cgen.c cc: nit: silence comment warnings 2011-06-19 13:58:08 +10:00
div.c various: avoid %ld etc 2010-10-13 16:20:22 -04:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
gc.h 6a, 6c, 6l: fix for Plan 9 build 2011-07-15 11:58:39 -04:00
list.c 6c, 8c: show line numbers in -S output 2010-09-10 11:53:51 -04:00
machcap.c move 6c/pgen.c, 6c/pswt.c into cc 2009-07-07 10:07:15 -07:00
Makefile build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
mul.c various: avoid %ld etc 2010-10-13 16:20:22 -04:00
peep.c build: use gcc -Werror 2011-04-13 16:18:09 -04:00
reg.c various: avoid %ld etc 2010-10-13 16:20:22 -04:00
sgen.c amd64: use segment memory for thread-local storage 2010-08-04 17:50:22 -07:00
swt.c 6a, 6c, 6l: fix for Plan 9 build 2011-07-15 11:58:39 -04:00
txt.c build: use gcc -Werror 2011-04-13 16:18:09 -04:00