]> Cypherpunks.ru repositories - gostls13.git/commit
all: remove nacl (part 3, more amd64p32)
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Oct 2019 16:16:54 +0000 (16:16 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Oct 2019 22:38:38 +0000 (22:38 +0000)
commit03ef105daeff4fef1fd66dbffb8e17d1f779b9ea
tree8ff0605ba1cd68688784f5825c47fac28803c47d
parent6dc740f0928e4c1b43697d8e2d4dbc9804911e79
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>
47 files changed:
src/cmd/asm/internal/arch/arch.go
src/cmd/compile/internal/amd64/galign.go
src/cmd/compile/internal/ssa/config.go
src/cmd/compile/internal/ssa/rewrite.go
src/cmd/compile/main.go
src/cmd/dist/build.go
src/cmd/go/internal/imports/build.go
src/cmd/go/internal/work/exec.go
src/cmd/internal/obj/x86/obj6.go
src/cmd/internal/objfile/disasm.go
src/cmd/internal/sys/arch.go
src/cmd/link/internal/amd64/obj.go
src/cmd/link/main.go
src/crypto/md5/md5block_decl.go
src/crypto/md5/md5block_generic.go
src/crypto/sha1/sha1block_decl.go
src/crypto/sha1/sha1block_generic.go
src/go/build/syslist.go
src/hash/crc32/crc32_otherarch.go
src/internal/bytealg/compare_generic.go
src/internal/bytealg/compare_native.go
src/internal/bytealg/indexbyte_generic.go
src/internal/bytealg/indexbyte_native.go
src/internal/cpu/cpu_no_init.go
src/internal/cpu/cpu_x86.go
src/internal/cpu/cpu_x86.s
src/internal/cpu/cpu_x86_test.go
src/math/exp_asm.go
src/reflect/all_test.go
src/reflect/type.go
src/reflect/value.go
src/runtime/asm.s
src/runtime/gcinfo_test.go
src/runtime/go_tls.h
src/runtime/hash64.go
src/runtime/internal/atomic/atomic_amd64.go [moved from src/runtime/internal/atomic/atomic_amd64x.go with 98% similarity]
src/runtime/internal/atomic/atomic_test.go
src/runtime/panic32.go
src/runtime/runtime2.go
src/runtime/signal_amd64.go [moved from src/runtime/signal_amd64x.go with 98% similarity]
src/runtime/stubs32.go
src/runtime/stubs_amd64.go [moved from src/runtime/stubs_amd64x.go with 93% similarity]
src/runtime/sys_x86.go
src/runtime/trace.go
src/runtime/traceback.go
src/sync/atomic/atomic_test.go
src/syscall/endian_little.go