]> Cypherpunks repositories - gostls13.git/commit
cmd/addr2line, cmd/objdump: fix on amd64 Plan 9
authorDavid du Colombier <0intro@gmail.com>
Sat, 19 Jul 2014 09:16:16 +0000 (12:16 +0300)
committerAram Hăvărneanu <aram@mgk.ro>
Sat, 19 Jul 2014 09:16:16 +0000 (12:16 +0300)
commita91c1f5c833b7a9b1d0c8620a66ba5ee9dc286d9
tree5b3e40b85c27bb6bb02af861f2f07660fccee2be
parente315fac7af2ee89cffb9da13749a3d159487b8d1
cmd/addr2line, cmd/objdump: fix on amd64 Plan 9

Fix virtual address of the start of the text segment
on amd64 Plan 9.

This issue has been partially fixed in cmd/add2line,
as part of CL 106460044, but we forgot to report the
change to cmd/objdump.

In the meantime, we also fixed the textStart address
in both cmd/add2line and cmd/objdump.

LGTM=aram, ality, mischief
R=rsc, mischief, aram, ality
CC=golang-codereviews, jas
https://golang.org/cl/117920043
src/cmd/addr2line/main.go
src/cmd/objdump/main.go