1
0
mirror of https://github.com/golang/go synced 2024-10-05 05:11:25 -06:00
go/src/cmd
Russ Cox dca5f2e9b3 cmd/5l etc: replace C code with Go code
mv cmd/new5l cmd/5l and so on.

Minimal changes to cmd/dist and cmd/go to keep things building.
More can be deleted in followup CLs.

Change-Id: I1449eca7654ce2580d1f413a56dc4a75f3d4618b
Reviewed-on: https://go-review.googlesource.com/6361
Reviewed-by: Rob Pike <r@golang.org>
2015-03-01 00:40:11 +00:00
..
5a cmd/internal/obj: clean up handling of register list operand on ARM 2015-02-28 20:10:59 +00:00
5g cmd/internal/obj: make Rconv a global function 2015-02-27 03:51:33 +00:00
5l cmd/5l etc: replace C code with Go code 2015-03-01 00:40:11 +00:00
6a cmd/internal/obj: make Rconv a global function 2015-02-27 03:51:33 +00:00
6g cmd/internal/obj: make Rconv a global function 2015-02-27 03:51:33 +00:00
6l cmd/5l etc: replace C code with Go code 2015-03-01 00:40:11 +00:00
8a cmd/internal/obj: make Rconv a global function 2015-02-27 03:51:33 +00:00
8g cmd/internal/obj: make Rconv a global function 2015-02-27 03:51:33 +00:00
8l cmd/5l etc: replace C code with Go code 2015-03-01 00:40:11 +00:00
9a cmd/internal/obj: make ppc64's CR subregisters print as CRn rather than Cn 2015-02-27 21:06:25 +00:00
9g cmd/internal/obj: make Rconv a global function 2015-02-27 03:51:33 +00:00
9l cmd/5l etc: replace C code with Go code 2015-03-01 00:40:11 +00:00
addr2line cmd/addr2line: exclude Go tool test on darwin/arm 2015-02-26 23:06:30 +00:00
api Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes" 2015-02-08 20:44:22 +00:00
asm cmd/internal/obj: clean up handling of register list operand on ARM 2015-02-28 20:10:59 +00:00
cc [dev.cc] cmd/6a, etc: fix line number accounting during #ifdef 2015-02-03 17:41:25 +00:00
cgo cmd/cgo: detect misuse of generated _cgo_export.h 2015-02-06 05:37:02 +00:00
dist cmd/5l etc: replace C code with Go code 2015-03-01 00:40:11 +00:00
fix build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
go cmd/5l etc: replace C code with Go code 2015-03-01 00:40:11 +00:00
gofmt gofmt/doc: gofmt -s output may not be backward compatible 2015-02-08 05:13:00 +00:00
internal cmd/new5l etc: convert from C to Go 2015-03-01 00:39:38 +00:00
link debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
nm cmd/nm: exclude Go tool test on darwin/arm 2015-02-26 23:07:27 +00:00
objdump cmd/objdump: skip fork test on darwin/arm 2015-02-27 19:38:23 +00:00
pack cmd/pack: simplify the testing logic slightly 2015-02-05 00:28:00 +00:00
pprof cmd/pprof: add -runtime flag 2015-02-19 19:46:20 +00:00
trace cmd/trace: add new command 2015-02-20 18:31:25 +00:00
yacc [dev.cc] cmd/yacc: introduce yyParser to expose parser state 2015-02-18 02:39:48 +00:00