mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: remove nacl (part 3, more amd64p32)
Part 1: CL 199499 (GOOS nacl)
Part 2: CL 200077 (amd64p32 files, toolchain)
Part 3: stuff that arguably should've been part of Part 2, but I forgot
one of my grep patterns when splitting the original CL up into
two parts.
This one might also have interesting stuff to resurrect for any future
x32 ABI support.
Updates #30439
Change-Id: I2b4143374a253a003666f3c69e776b7e456bdb9c
Reviewed-on: https://go-review.googlesource.com/c/go/+/200318
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
6dc740f092
commit
03ef105dae
47 changed files with 56 additions and 154 deletions
|
|
@ -922,7 +922,7 @@ var (
|
|||
// Information about what cpu features are available.
|
||||
// Packages outside the runtime should not use these
|
||||
// as they are not an external api.
|
||||
// Set on startup in asm_{386,amd64,amd64p32}.s
|
||||
// Set on startup in asm_{386,amd64}.s
|
||||
processorVersionInfo uint32
|
||||
isIntel bool
|
||||
lfenceBeforeRdtsc bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue