]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: take section symbols' value into account for PE
authorShenghou Ma <minux.ma@gmail.com>
Tue, 22 May 2012 18:27:44 +0000 (02:27 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 22 May 2012 18:27:44 +0000 (02:27 +0800)
commit1c4b77a7c8adc6eed393a83991a3a67b88739050
tree2e62b61fb58ce65052078a07e88c6fb6e3bde202
parent090f9fc3ef532597c33f0702dfd541ca95529efd
cmd/ld: take section symbols' value into account for PE
    ld -r could generate multiple section symbols for the same section,
but with different values, we have to take that into account.
    Fixes #3322.
    Part of issue 3261.
    For CL 5822049.

R=golang-dev, iant, rsc, iant
CC=golang-dev
https://golang.org/cl/5823059
src/cmd/ld/ldpe.c