mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.link] all: merge branch 'master' into dev.link
The only merge conflict is the addition of -spectre flag on master and the addition of -go115newobj flag on dev.link. Resolved trivially. Change-Id: I5b46c2b25e140d6c3d8cb129acbd7a248ff03bb9
This commit is contained in:
commit
53a3b600a4
206 changed files with 11036 additions and 3536 deletions
|
|
@ -653,6 +653,7 @@ type Link struct {
|
|||
Flag_optimize bool
|
||||
Flag_locationlists bool
|
||||
Flag_go115newobj bool // use new object file format
|
||||
Retpoline bool // emit use of retpoline stubs for indirect jmp/call
|
||||
Bso *bufio.Writer
|
||||
Pathname string
|
||||
hashmu sync.Mutex // protects hash, funchash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue