From ca11cc98b9daa5e5514b17c24563b49cdcbdc58c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 24 Jan 2011 23:42:22 +0000 Subject: Recognize m68k, mips, PPC. Don't require arch syscall files to exist. From-SVN: r169185 --- libgo/syscalls/syscall_rtems_386.go | 7 ------- libgo/syscalls/syscall_rtems_amd64.go | 7 ------- libgo/syscalls/syscall_rtems_sparc.go | 7 ------- 3 files changed, 21 deletions(-) delete mode 100644 libgo/syscalls/syscall_rtems_386.go delete mode 100644 libgo/syscalls/syscall_rtems_amd64.go delete mode 100644 libgo/syscalls/syscall_rtems_sparc.go (limited to 'libgo/syscalls') 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 -- cgit v1.1