1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:21:22 -06:00
go/src/cmd
Russ Cox c0951701cf cmd/dist: remove goc2c
After the three pending CLs listed below, there will be no more .goc files.

134580043	runtime: move stubs.goc code into runtime.c
133670043	runtime: fix windows syscalls for copying stacks
141180043	runtime: eliminate Go -> C -> block paths for Solaris

LGTM=bradfitz
R=golang-codereviews, bradfitz, dave
CC=golang-codereviews, iant, r
https://golang.org/cl/132680043
2014-09-07 07:23:49 -04:00
..
5a all: remove 'extern register M *m' from runtime 2014-06-26 11:54:39 -04:00
5c cmd/cc: generate error if #pragma pack off does anything 2014-08-30 14:54:09 -04:00
5g cmd/gc, runtime: treat slices and strings like pointers in garbage collection 2014-08-25 14:38:19 -04:00
5l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
6a cmd/6a, cmd/8a: document AJxx condition codes 2014-08-19 08:07:58 -07:00
6c cmd/cc: generate error if #pragma pack off does anything 2014-08-30 14:54:09 -04:00
6g cmd/gc, runtime: treat slices and strings like pointers in garbage collection 2014-08-25 14:38:19 -04:00
6l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
8a cmd/6a, cmd/8a: document AJxx condition codes 2014-08-19 08:07:58 -07:00
8c cmd/cc: generate error if #pragma pack off does anything 2014-08-30 14:54:09 -04:00
8g cmd/gc, runtime: treat slices and strings like pointers in garbage collection 2014-08-25 14:38:19 -04:00
8l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
addr2line cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04:00
api runtime: convert panic/recover to Go 2014-09-05 10:04:16 -04:00
cc cmd/ld: diagnose Go calling C 2014-08-31 22:49:14 -04:00
cgo cmd/cgo, runtime: write cgo stub wrappers in Go, not C 2014-09-03 11:36:14 -04:00
dist cmd/dist: remove goc2c 2014-09-07 07:23:49 -04:00
fix cmd/fix: mention -help instead of the non-existent -? flag 2014-08-07 23:24:32 +10:00
gc runtime: convert panic/recover to Go 2014-09-05 10:04:16 -04:00
go cmd/go: add missing doc for GOOS and GOARCH 2014-08-25 20:01:43 -07:00
gofmt cmd/gofmt: don't permit -w with stdin 2014-08-25 15:29:47 -07:00
internal/objfile cmd/internal/objfile: fix dissassembly of Plan 9 object files 2014-08-28 16:01:31 -07:00
ld cmd/ld: diagnose Go calling C 2014-08-31 22:49:14 -04:00
link cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package 2014-08-27 20:15:05 -04:00
nm cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04:00
objdump cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9obj 2014-08-27 18:01:17 -07:00
pack cmd/pack: skip test on android (no Go tool) 2014-07-08 13:45:06 -04:00
yacc cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/expr 2014-09-06 15:27:52 -04:00