gcc/libgo/go/cmd
Ian Lance Taylor 9f5059b275 go/cmd/go: always link external test packages first
When linking complex packages that use both internal and external tests as well as many dependencies it is critical that the link order be external test package, internal test package, everything else.

This change is a back (forward?) port of the same change that canonical have been maintaining on their fork of the go tool for gccgo. Now that gccgo uses the go tool from upstream, this patch should be applied both to the gofrontend and golang/go repos.

From-SVN: r221800
2015-03-31 17:54:07 +00:00
..
cgo re PR go/65353 (unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu) 2015-03-10 00:14:58 +00:00
go go/cmd/go: always link external test packages first 2015-03-31 17:54:07 +00:00
gofmt libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00