]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/goobj: update to support go19ld
authorMatthew Dempsky <mdempsky@google.com>
Mon, 6 Mar 2017 18:14:15 +0000 (10:14 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 6 Mar 2017 19:14:02 +0000 (19:14 +0000)
commit6533cc1ce899fa3c7fac1a85ad724e333fb9710f
treefc70465083b47b9991c3d577a3a3e90b227444e4
parent7c84dc79fdd1e26fc117e170ada81444694e6bed
cmd/internal/goobj: update to support go19ld

Updates the disassembler to support the same object file version used
by the assembler and linker.

Related #14782.

Change-Id: I4cd7560c4e4e1350cfb27ca9cbe0fde25fe693cc
Reviewed-on: https://go-review.googlesource.com/37797
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/internal/goobj/read.go