]> Cypherpunks repositories - gostls13.git/commit
cmd/link: make it compile again (fixes build)
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 29 Aug 2017 02:21:15 +0000 (12:21 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 29 Aug 2017 02:36:27 +0000 (02:36 +0000)
commitb7397c81006457b15e99a7898f69a2b3f6636a82
treee09f6a0673af67dac1e79f77a75df491a38ba6c1
parent29d11ef43611312311af6ecf551d83a37175f1bf
cmd/link: make it compile again (fixes build)

CL 59375 changed Reloc.Done to bool, but that change
got lost in pe.go while merging. Restore that change.

Change-Id: Ie5a89e85579cdc9282f504fefd56355cfeb49389
Reviewed-on: https://go-review.googlesource.com/59711
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/cmd/link/internal/ld/pe.go