]> Cypherpunks repositories - gostls13.git/commit
cmd/link: introduce shNames
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 8 Feb 2017 02:58:21 +0000 (13:58 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 21 Feb 2017 05:41:43 +0000 (05:41 +0000)
commite9abf1a7166186cdcf84ccfd028c2c66f1ec4788
tree358347973a8902d6763410898d7c8c75461d43cc
parenta7e25562555a508571b63aedadb088eab8fc5a48
cmd/link: introduce shNames

Introduce a slice that keeps long pe section names as we add them.
It will be used later to output pe symbol table and dwarf relocations.

For #10776.

Change-Id: I02f808a456393659db2354031baf1d4f9e0b2d61
Reviewed-on: https://go-review.googlesource.com/36977
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/pe.go