1
0
mirror of https://github.com/golang/go synced 2024-11-14 09:10:27 -07:00
go/src/cmd/link
Alex Brainman e9abf1a716 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>
2017-02-21 05:41:43 +00:00
..
internal cmd/link: introduce shNames 2017-02-21 05:41:43 +00:00
doc.go cmd/link: don't suggest using nm to find -X name 2017-01-02 17:56:17 +00:00
link_test.go cmd/link: handle long symbol names 2016-04-13 20:31:43 +00:00
linkbig_test.go cmd/link: trampoline support for external linking on ARM 2016-10-17 21:38:06 +00:00
main.go cmd/dist: add support for GOARCH=mips{,le} 2016-11-12 00:34:21 +00:00