]> Cypherpunks repositories - gostls13.git/commit
cmd/link: split pe .text section into .text and .rdata
authorAlex Brainman <alex.brainman@gmail.com>
Sat, 2 Jun 2018 05:35:25 +0000 (15:35 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 9 Jun 2018 07:34:45 +0000 (07:34 +0000)
commitd67db881465320b46e8142d5eac1b808c3ac659d
tree869fb82905e55e4b4d0feea3a4bcac4b25e2eff6
parent1f137052e4a20dbd302f947b1cf34cdf4b427d65
cmd/link: split pe .text section into .text and .rdata

Fixes #24725

Change-Id: I2864b88315ab15be036e8940d0a5884d876698d6
Reviewed-on: https://go-review.googlesource.com/115975
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/pe.go
src/cmd/nm/nm_test.go