]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: update callers to Linkline{fmt,hist} and remove
authorMatthew Dempsky <mdempsky@google.com>
Mon, 20 Apr 2015 20:32:40 +0000 (13:32 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 15 May 2015 17:45:39 +0000 (17:45 +0000)
commit1467776b17c7dc232f5586944785f85f48862b49
treeb46b3e9a281d013ff5318946f4a68c35bdc7c82c
parent82e1651a246db496fa9598f46a6c6af999b699ba
cmd/internal/obj: update callers to Linkline{fmt,hist} and remove

Does the TODOs added by https://golang.org/cl/7623.

Passes rsc.io/toolstash/buildall.

Change-Id: I23913a8f03834640e9795d48318febb3f88c10f9
Reviewed-on: https://go-review.googlesource.com/9160
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/lex/input.go
src/cmd/asm/internal/lex/tokenizer.go
src/cmd/internal/asm/lexbody.go
src/cmd/internal/asm/macbody.go
src/cmd/internal/gc/lex.go
src/cmd/internal/gc/subr.go
src/cmd/internal/gc/util.go
src/cmd/internal/obj/line_test.go
src/cmd/internal/obj/obj.go
src/cmd/internal/obj/util.go