1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:11:21 -06:00
go/src/cmd/addr2line
David du Colombier a91c1f5c83 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
2014-07-19 12:16:16 +03:00
..
addr2line_test.go cmd/addr2line: skip test on android 2014-07-08 13:45:31 -04:00
main.go cmd/addr2line, cmd/objdump: fix on amd64 Plan 9 2014-07-19 12:16:16 +03:00