]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove zgoarch_*.go files
authorMatthew Dempsky <mdempsky@google.com>
Fri, 13 Nov 2015 19:41:52 +0000 (11:41 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 13 Nov 2015 20:26:56 +0000 (20:26 +0000)
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>
src/runtime/zgoarch_386.go [deleted file]
src/runtime/zgoarch_amd64.go [deleted file]
src/runtime/zgoarch_amd64p32.go [deleted file]
src/runtime/zgoarch_arm.go [deleted file]
src/runtime/zgoarch_arm64.go [deleted file]
src/runtime/zgoarch_mips64.go [deleted file]
src/runtime/zgoarch_mips64le.go [deleted file]
src/runtime/zgoarch_ppc64.go [deleted file]
src/runtime/zgoarch_ppc64le.go [deleted file]

diff --git a/src/runtime/zgoarch_386.go b/src/runtime/zgoarch_386.go
deleted file mode 100644 (file)
index bf393a3..0000000
+++ /dev/null
@@ -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
diff --git a/src/runtime/zgoarch_amd64.go b/src/runtime/zgoarch_amd64.go
deleted file mode 100644 (file)
index 335b378..0000000
+++ /dev/null
@@ -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
diff --git a/src/runtime/zgoarch_amd64p32.go b/src/runtime/zgoarch_amd64p32.go
deleted file mode 100644 (file)
index c2a39c6..0000000
+++ /dev/null
@@ -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
diff --git a/src/runtime/zgoarch_arm.go b/src/runtime/zgoarch_arm.go
deleted file mode 100644 (file)
index ab17c55..0000000
+++ /dev/null
@@ -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
diff --git a/src/runtime/zgoarch_arm64.go b/src/runtime/zgoarch_arm64.go
deleted file mode 100644 (file)
index 53dca22..0000000
+++ /dev/null
@@ -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
diff --git a/src/runtime/zgoarch_mips64.go b/src/runtime/zgoarch_mips64.go
deleted file mode 100644 (file)
index 35169ad..0000000
+++ /dev/null
@@ -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
diff --git a/src/runtime/zgoarch_mips64le.go b/src/runtime/zgoarch_mips64le.go
deleted file mode 100644 (file)
index 8f0adb8..0000000
+++ /dev/null
@@ -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
diff --git a/src/runtime/zgoarch_ppc64.go b/src/runtime/zgoarch_ppc64.go
deleted file mode 100644 (file)
index b4d36d5..0000000
+++ /dev/null
@@ -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
diff --git a/src/runtime/zgoarch_ppc64le.go b/src/runtime/zgoarch_ppc64le.go
deleted file mode 100644 (file)
index bcb700d..0000000
+++ /dev/null
@@ -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