]> Cypherpunks repositories - gostls13.git/commit
cmd/nm: windows pe handling fixes
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 17 Apr 2014 02:17:38 +0000 (22:17 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 17 Apr 2014 02:17:38 +0000 (22:17 -0400)
commit06dc4e78c4c925f0e3763241b9695e6f3a36d8d6
tree5ab648994c58459f7bcef47e135615a06771faed
parent387895f9ac5d34bfd32f23c1640b598c105bcb73
cmd/nm: windows pe handling fixes

- output absolute addresses, not relative;
- accept negative section numbers.

Update #6936
Fixes #7738

LGTM=rsc
R=golang-codereviews, bradfitz, ruiu, rsc
CC=golang-codereviews
https://golang.org/cl/85240046
src/cmd/nm/doc.go
src/cmd/nm/nm_test.go [new file with mode: 0644]
src/cmd/nm/pe.go