aboutsummaryrefslogtreecommitdiff
path: root/libgo/syscalls
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-01-24 23:42:22 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-01-24 23:42:22 +0000
commitca11cc98b9daa5e5514b17c24563b49cdcbdc58c (patch)
treed68735895798976d2d62e7deab3a8b9b61b97a32 /libgo/syscalls
parente8ba94fc1fe2d7d96bfc2fa5293c1bb0b86a5b52 (diff)
downloadgcc-ca11cc98b9daa5e5514b17c24563b49cdcbdc58c.zip
gcc-ca11cc98b9daa5e5514b17c24563b49cdcbdc58c.tar.gz
gcc-ca11cc98b9daa5e5514b17c24563b49cdcbdc58c.tar.bz2
Recognize m68k, mips, PPC. Don't require arch syscall files to exist.
From-SVN: r169185
Diffstat (limited to 'libgo/syscalls')
-rw-r--r--libgo/syscalls/syscall_rtems_386.go7
-rw-r--r--libgo/syscalls/syscall_rtems_amd64.go7
-rw-r--r--libgo/syscalls/syscall_rtems_sparc.go7
3 files changed, 0 insertions, 21 deletions
diff --git a/libgo/syscalls/syscall_rtems_386.go b/libgo/syscalls/syscall_rtems_386.go
deleted file mode 100644
index a09c5ac..0000000
--- a/libgo/syscalls/syscall_rtems_386.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// syscall_rtems_386.go -- RTEMS 386 specific syscall interface.
-
-// Copyright 2011 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 syscall
diff --git a/libgo/syscalls/syscall_rtems_amd64.go b/libgo/syscalls/syscall_rtems_amd64.go
deleted file mode 100644
index 941ea23..0000000
--- a/libgo/syscalls/syscall_rtems_amd64.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// syscall_rtems_amd64.go -- RTEMS AMD64 specific syscall interface.
-
-// Copyright 2011 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 syscall
diff --git a/libgo/syscalls/syscall_rtems_sparc.go b/libgo/syscalls/syscall_rtems_sparc.go
deleted file mode 100644
index 6f79aeb..0000000
--- a/libgo/syscalls/syscall_rtems_sparc.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// syscall_rtems_sparc.go -- RTEMS SPARC specific syscall interface.
-
-// Copyright 2011 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 syscall