mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/link: don't record interpreter in flagInterpreter
Keep flagInterpreter unchanged after flag parsing. This lets us replace flagInterpreterSet with flagInterpreter != "". Change-Id: Ifd2edbb2ce0011e97276ca18281b8ffbabde1c50 Reviewed-on: https://go-review.googlesource.com/27563 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
e3cecfdcae
commit
d9504d4623
4 changed files with 27 additions and 27 deletions
|
|
@ -179,6 +179,7 @@ var (
|
|||
Funcalign int
|
||||
iscgo bool
|
||||
elfglobalsymndx int
|
||||
interpreter string
|
||||
|
||||
debug_s bool // backup old value of debug['s']
|
||||
HEADR int32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue