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)
- 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.