]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove empty 386 archauxv
authorAustin Clements <austin@google.com>
Thu, 14 Apr 2016 19:08:24 +0000 (15:08 -0400)
committerAustin Clements <austin@google.com>
Sat, 16 Apr 2016 21:42:34 +0000 (21:42 +0000)
archauxv no longer does anything on 386, so remove it.

Change-Id: I94545238e40fa6a6832a7c3b40aedfc6c1f6a97b
Reviewed-on: https://go-review.googlesource.com/22063
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/os_linux_386.go [deleted file]
src/runtime/os_linux_noauxv.go

diff --git a/src/runtime/os_linux_386.go b/src/runtime/os_linux_386.go
deleted file mode 100644 (file)
index cf031af..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2009 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package runtime
-
-const (
-       _AT_SYSINFO = 32
-)
-
-func archauxv(tag, val uintptr) {
-}
index d26c85bbb6bb87515f4b9bba0dcf56a9c40a3501..0b46f594ce011765737839ebe899e7639cd6032c 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build !386,!amd64,!arm,!arm64
+// +build !amd64,!arm,!arm64
 
 package runtime