• David du Colombier's avatar
    cmd/addr2line, cmd/objdump: fix on amd64 Plan 9 · a91c1f5c
    David du Colombier authored
    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
    a91c1f5c
Name
Last commit
Last update
..
testdata Loading commit data...
Makefile Loading commit data...
armasm.go Loading commit data...
elf.go Loading commit data...
macho.go Loading commit data...
main.go Loading commit data...
objdump_test.go Loading commit data...
pe.go Loading commit data...
plan9obj.go Loading commit data...
x86.go Loading commit data...