[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:
Cherry Zhang 2020-03-27 13:39:19 -04:00
commit 53a3b600a4
206 changed files with 11036 additions and 3536 deletions

View file

@ -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