mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: remove the nacl port (part 2, amd64p32 + toolchain)
This is part two if the nacl removal. Part 1 was CL 199499. This CL removes amd64p32 support, which might be useful in the future if we implement the x32 ABI. It also removes the nacl bits in the toolchain, and some remaining nacl bits. Updates #30439 Change-Id: I2475d5bb066d1b474e00e40d95b520e7c2e286e1 Reviewed-on: https://go-review.googlesource.com/c/go/+/200077 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
19a7490e56
commit
07b4abd62e
70 changed files with 387 additions and 4072 deletions
|
|
@ -187,7 +187,6 @@ func Main(archInit func(*Arch)) {
|
|||
// pseudo-package used for methods with anonymous receivers
|
||||
gopkg = types.NewPkg("go", "")
|
||||
|
||||
Nacl = objabi.GOOS == "nacl"
|
||||
Wasm := objabi.GOARCH == "wasm"
|
||||
|
||||
// Whether the limit for stack-allocated objects is much smaller than normal.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue