1
0
mirror of https://github.com/golang/go synced 2024-09-30 04:34:33 -06:00

runtime: remove zgoarch_*.go files

These now live in runtime/internal/sys.

Change-Id: I270597142516512bfc1395419e51d8083ba1663f
Reviewed-on: https://go-review.googlesource.com/16891
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Matthew Dempsky 2015-11-13 11:41:52 -08:00
parent b4c9ec8be9
commit 06eb504ca4
9 changed files with 0 additions and 234 deletions

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `386`
const goarch_386 = 1
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_armbe = 0
const goarch_arm64 = 0
const goarch_arm64be = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 0
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 0
const goarch_mips64le = 0
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `amd64`
const goarch_386 = 0
const goarch_amd64 = 1
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_armbe = 0
const goarch_arm64 = 0
const goarch_arm64be = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 0
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 0
const goarch_mips64le = 0
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `amd64p32`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 1
const goarch_arm = 0
const goarch_armbe = 0
const goarch_arm64 = 0
const goarch_arm64be = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 0
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 0
const goarch_mips64le = 0
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `arm`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 1
const goarch_armbe = 0
const goarch_arm64 = 0
const goarch_arm64be = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 0
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 0
const goarch_mips64le = 0
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `arm64`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_armbe = 0
const goarch_arm64 = 1
const goarch_arm64be = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 0
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 0
const goarch_mips64le = 0
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `mips64`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_armbe = 0
const goarch_arm64 = 0
const goarch_arm64be = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 0
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 1
const goarch_mips64le = 0
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `mips64le`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_armbe = 0
const goarch_arm64 = 0
const goarch_arm64be = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 0
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 0
const goarch_mips64le = 1
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `ppc64`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_armbe = 0
const goarch_arm64 = 0
const goarch_arm64be = 0
const goarch_ppc64 = 1
const goarch_ppc64le = 0
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 0
const goarch_mips64le = 0
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0

View File

@ -1,26 +0,0 @@
// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `ppc64le`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_armbe = 0
const goarch_arm64 = 0
const goarch_arm64be = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 1
const goarch_mips = 0
const goarch_mipsle = 0
const goarch_mips64 = 0
const goarch_mips64le = 0
const goarch_mips64p32 = 0
const goarch_mips64p32le = 0
const goarch_ppc = 0
const goarch_s390 = 0
const goarch_s390x = 0
const goarch_sparc = 0
const goarch_sparc64 = 0