]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.13] cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1
authorCherry Zhang <cherryyz@google.com>
Fri, 23 Aug 2019 18:40:20 +0000 (14:40 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Mon, 26 Aug 2019 21:44:24 +0000 (21:44 +0000)
commit633d0c97652bd110a3bbd84f280d4f19366b8c3e
tree02c2ad109614efe15d20730dc1ce79c3d64d07d3
parent994ebd306657967f1084c8822525ade4ff7da777
[release-branch.go1.13] cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1

Update vendored x/arch repo to pick up the fix of issue #33802.

This is done with the following commands:

$ cd $GOROOT/src/cmd
$ go get -d golang.org/x/arch@latest
go: finding golang.org/x/arch latest
go: downloading golang.org/x/arch v0.0.0-20190815191158-8a70ba74b3a1
go: extracting golang.org/x/arch v0.0.0-20190815191158-8a70ba74b3a1
$ go mod tidy
$ go mod vendor

Updates #33802.
Fixes #33811.

Change-Id: I0a44f1d83d6f573124cea1f099378b1c851f3feb
Reviewed-on: https://go-review.googlesource.com/c/go/+/191619
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
(cherry picked from commit 66ff373911a87140319a6550e4e1b2c6043b1329)
Reviewed-on: https://go-review.googlesource.com/c/go/+/191737
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go
src/cmd/vendor/modules.txt