aboutsummaryrefslogtreecommitdiff
path: root/libgo/syscalls
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-01-22 02:01:38 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-01-22 02:01:38 +0000
commit2e8e58aa8adc4cb4a276a54f139eb40c5e19e00d (patch)
treef6386e4d8360dcece7272a70a545c59c996a96d8 /libgo/syscalls
parente0747d001a72b70ccdd676c37513ac399650c0c3 (diff)
downloadgcc-2e8e58aa8adc4cb4a276a54f139eb40c5e19e00d.zip
gcc-2e8e58aa8adc4cb4a276a54f139eb40c5e19e00d.tar.gz
gcc-2e8e58aa8adc4cb4a276a54f139eb40c5e19e00d.tar.bz2
syscalls: Add SPARC RTEMS specific file.
From-SVN: r169119
Diffstat (limited to 'libgo/syscalls')
-rw-r--r--libgo/syscalls/syscall_rtems_sparc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgo/syscalls/syscall_rtems_sparc.go b/libgo/syscalls/syscall_rtems_sparc.go
new file mode 100644
index 0000000..6f79aeb
--- /dev/null
+++ b/libgo/syscalls/syscall_rtems_sparc.go
@@ -0,0 +1,7 @@
+// 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