1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:44:44 -07:00
go/src/cmd
Than McIntosh 45873a242d cmd/go: fix buglet in alternate gccgo debug_modinfo recipe
Fix bug in previous CL 171768 -- with Go 1.13 the proper entry point
to call is runtime.setmodinfo, not runtime..z2fdebug.setmodinfo (this
changed when we moved from 1.12). [ Unclear why trybots and runs of
all.bash didn't catch this, but hand testing made it apparent. ]

Updates #30344.

Change-Id: I91f47bd0c279ad2d84875051be582818b13735b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/196237
Run-TryBot: Than McIntosh <thanm@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-09-18 18:43:44 +00:00
..
addr2line
api cmd/api: read std package info once, not per goos-goarch-cgo 2019-05-21 18:14:40 +00:00
asm cmd/asm,cmd/compile: clean up isel codegen on ppc64x 2019-09-18 15:54:32 +00:00
buildid
cgo cmd/cgo: do not rewrite call if there are more args than parameters 2019-07-12 17:31:29 +00:00
compile cmd/asm,cmd/compile: clean up isel codegen on ppc64x 2019-09-18 15:54:32 +00:00
cover cmd/cover: skip go list when profile is empty 2019-08-30 17:07:53 +00:00
dist cmd/asm,cmd/internal/obj: initial support for riscv64 assembler 2019-09-12 18:54:38 +00:00
doc cmd/doc: provide working directory to build.Import calls 2019-06-28 20:00:59 +00:00
fix cmd/fix: mark tests as parallel 2019-05-13 20:03:20 +00:00
go cmd/go: fix buglet in alternate gccgo debug_modinfo recipe 2019-09-18 18:43:44 +00:00
gofmt cmd/gofmt: don't turn nil slices into empty slices during rewriting 2019-09-11 20:34:54 +00:00
internal cmd/asm,cmd/internal/obj/riscv: implement integer computational instructions 2019-09-17 04:37:46 +00:00
link cmd/link: prefix Go syms with _ on darwin 2019-09-18 18:26:00 +00:00
nm cmd/internal/obj: write package path at compile time if possible 2019-05-06 18:17:03 +00:00
objdump cmd/objdump: ensure that test executable files are distinct 2019-05-13 20:36:11 +00:00
pack all: shorten some tests 2019-05-22 12:54:00 +00:00
pprof
test2json
trace all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
vendor cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1 2019-08-24 01:11:56 +00:00
vet cmd/vet: include the errors.As check from upstream x/tools 2019-06-11 17:54:27 +00:00
go.mod cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1 2019-08-24 01:11:56 +00:00
go.sum cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1 2019-08-24 01:11:56 +00:00
README.vendor all: document vendoring in the standard library 2019-05-09 17:11:16 +00:00

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.