]> Cypherpunks repositories - gostls13.git/commit
debug/pe: unexport newly introduced identifiers
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 3 May 2016 06:37:33 +0000 (16:37 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 5 May 2016 00:20:45 +0000 (00:20 +0000)
commit57be1607d975ebec2f5faecea068f2db31abc041
treef619f508f3505636c3dcdda42bc75422d0158a14
parent27d0d849fe7802794c74d049f5e8e1b0be018f9a
debug/pe: unexport newly introduced identifiers

CLs 22181, 22332 and 22336 intorduced new functionality to be used
in cmd/link (see issue #15345 for details). But we didn't have chance
to use new functionality yet. Unexport newly introduced identifiers,
so we don't have to commit to the API until we actually tried it.

Rename File.COFFSymbols into File._COFFSymbols,
COFFSymbol.FullName into COFFSymbol._FullName,
Section.Relocs into Section._Relocs,
Reloc into _Relocs,
File.StringTable into File._StringTable and
StringTable into _StringTable.

Updates #15345

Change-Id: I770eeb61f855de85e0c175225d5d1c006869b9ec
Reviewed-on: https://go-review.googlesource.com/22720
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/debug/pe/file.go
src/debug/pe/section.go
src/debug/pe/string.go
src/debug/pe/symbol.go