aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/internal
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-06-21 22:29:36 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-06-21 22:29:36 +0000
commit3f741f1b6014b8c903e1ddbd8ce1b7394cc301cc (patch)
treebf08775fd0e4898b2ab97e0f10cd55fddc866529 /libgo/go/internal
parentb95cd48b01b1340475dd7a408af6d665822a8cf5 (diff)
downloadgcc-3f741f1b6014b8c903e1ddbd8ce1b7394cc301cc.zip
gcc-3f741f1b6014b8c903e1ddbd8ce1b7394cc301cc.tar.gz
gcc-3f741f1b6014b8c903e1ddbd8ce1b7394cc301cc.tar.bz2
Forgot to remove this file in the last libgo commit.
libgo: remove old MIPS architecture names This removes the old names for the 3 main MIPS ABIs: mipso32, mipsn32 and mipsn64. It also removes the mipso64 ABI which has no equivalent architecture name in go. This ABI has been dead for sometime and I doubt anyone will miss it. Change-Id: I087b243784edf6705fdaf9c32e3233da5e387283 From-SVN: r249485
Diffstat (limited to 'libgo/go/internal')
-rw-r--r--libgo/go/internal/syscall/unix/getrandom_linux_mipso32.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/libgo/go/internal/syscall/unix/getrandom_linux_mipso32.go b/libgo/go/internal/syscall/unix/getrandom_linux_mipso32.go
deleted file mode 100644
index 612d00b..0000000
--- a/libgo/go/internal/syscall/unix/getrandom_linux_mipso32.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2016 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.
-
-// +build mipso32
-
-package unix
-
-// Linux getrandom system call number.
-// See GetRandom in getrandom_linux.go.
-const randomTrap uintptr = 4353