1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:14:39 -07:00
go/src/debug
Russ Cox 0f4132c907 all: build and use go tool compile, go tool link
This CL fixes the build to use the newly created go tool compile
and go tool link in place of go tool 5g, go tool 5l, and so on.

See golang-dev thread titled "go tool compile, etc" for background.

Although it was not a primary motivation, this conversion does
reduce the wall clock time and cpu time required for make.bash
by about 10%.

Change-Id: I79cbbdb676cab029db8aeefb99a53178ff55f98d
Reviewed-on: https://go-review.googlesource.com/10288
Reviewed-by: Rob Pike <r@golang.org>
2015-05-21 17:32:03 +00:00
..
dwarf debug/dwarf: compute ByteSize for more DWARF types 2015-05-07 07:28:39 +00:00
elf debug/dwarf: add DWARF attribute value class to Field 2015-04-12 14:37:35 +00:00
gosym all: build and use go tool compile, go tool link 2015-05-21 17:32:03 +00:00
macho debug/macho, debug/pe: load DWARF line section and pass to dwarf.New 2015-03-10 02:32:31 +00:00
pe debug/macho, debug/pe: load DWARF line section and pass to dwarf.New 2015-03-10 02:32:31 +00:00
plan9obj build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00