1
0
mirror of https://github.com/golang/go synced 2024-10-06 11:11:22 -06:00
go/src/cmd
Rob Pike aff84b171c cmd/asm: fix build for new aliases
Missing leading A on names.

Change-Id: I6f3a66bdd3a21220f45a898f0822930b6a7bfa38
Reviewed-on: https://go-review.googlesource.com/5801
Reviewed-by: Rob Pike <r@golang.org>
2015-02-24 20:31:30 +00:00
..
5a [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations 2015-02-23 19:56:40 +00:00
5g [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code 2015-02-23 21:36:06 +00:00
5l cmd/ld: make cmd/ld a real library 2015-02-13 17:31:38 +00:00
6a [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations 2015-02-23 19:56:40 +00:00
6g [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code 2015-02-23 21:36:06 +00:00
6l cmd/ld: make cmd/ld a real library 2015-02-13 17:31:38 +00:00
8a [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations 2015-02-23 19:56:40 +00:00
8g [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code 2015-02-23 21:36:06 +00:00
8l cmd/ld: make cmd/ld a real library 2015-02-13 17:31:38 +00:00
9a [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations 2015-02-23 19:56:40 +00:00
9g [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code 2015-02-23 21:36:06 +00:00
9l cmd/ld: make cmd/ld a real library 2015-02-13 17:31:38 +00:00
addr2line cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04: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/asm: fix build for new aliases 2015-02-24 20:31:30 +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 [dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, assemblers 2015-02-23 19:56:31 +00:00
fix build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
go cmd/go: limit default darwin/arm parallelism 2015-02-24 17:28:53 +00:00
gofmt gofmt/doc: gofmt -s output may not be backward compatible 2015-02-08 05:13:00 +00:00
internal [dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on windows 2015-02-23 21:49:27 +00:00
ld [dev.cc] all: merge master (48469a2) into dev.cc 2015-02-23 10:16:29 -05:00
link debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
nm build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
objdump cmd/objdump: Fix error logging 2014-12-09 00:27:39 +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