From: Alex Brainman Date: Mon, 5 Dec 2016 00:10:58 +0000 (+1100) Subject: doc: debug/pe.Section is not new, Section.Relocs field is X-Git-Tag: go1.8beta2~33 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ec80737bdf5986983cca0afda614441ec9cae104;p=gostls13.git doc: debug/pe.Section is not new, Section.Relocs field is Change-Id: Ie50d68f87670de6c199016ebdc740c11ee636e9a Reviewed-on: https://go-review.googlesource.com/33931 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.8.html b/doc/go1.8.html index 1987b297ac..d93ce9a779 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -901,16 +901,16 @@ crypto/x509: return error for missing SerialNumber (CL 27238)
debug/pe

- The package has been fleshed out and is now used by the Go linker. - New are - Reloc, - Section, - StringTable, - the method - COFFSymbol.FullName, - and the fields - File.COFFSymbols and - File.StringTable. + The package has been extended and is now used by + the Go linker to read gcc-generated object files. + The new + File.StringTable + and + Section.Relocs + fields provide access to the COFF string table and COFF relocations. + The new + File.COFFSymbols + allows low-level access to the COFF symbol table.