]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: correct addresses in windows pe symbol table
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 21 Apr 2014 09:28:02 +0000 (19:28 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 21 Apr 2014 09:28:02 +0000 (19:28 +1000)
commit80e7f972067b3da542ba86f969719456139f111d
tree59752558a05f85bf7ccf443d685cad41d9c1c15f
parent1bb4f37fcec4b22b663c995b0ff6a19a639d112d
cmd/ld: correct addresses in windows pe symbol table

This should have been part of 36eb4a62fbb6,
but I later discovered that addresses are all wrong.
Appropriate test added now.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/89470043
src/cmd/ld/pe.c
src/cmd/nm/nm_test.go