From ec80737bdf5986983cca0afda614441ec9cae104 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Mon, 5 Dec 2016 11:10:58 +1100 Subject: [PATCH] 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 --- doc/go1.8.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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.

-- 2.50.0