public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* libgo patch committed: Add SPARC RTEMS specific file
@ 2011-01-22  3:06 Ian Lance Taylor
  2011-01-22 10:18 ` Ralf Wildenhues
  2011-01-24  0:03 ` [gofrontend-dev] " Joel Sherrill
  0 siblings, 2 replies; 8+ messages in thread
From: Ian Lance Taylor @ 2011-01-22  3:06 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

This trivial libgo patch adds a file to hold SPARC RTEMS specific
information to the syscalls subdirectory.  There is nothing in there at
present.  If anybody knows of a simple way to use automake with files
that may or may not exist, please let me know.  I'd prefer to avoid
configure tests since they separate the test and the use in a way that I
find hard to maintain over time.  Anyhow, bootstrapped and ran Go
testsuite on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: sparc --]
[-- Type: text/x-diff, Size: 492 bytes --]

Index: libgo/syscalls/syscall_rtems_sparc.go
===================================================================
--- libgo/syscalls/syscall_rtems_sparc.go	(revision 0)
+++ libgo/syscalls/syscall_rtems_sparc.go	(revision 0)
@@ -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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-24 19:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-22  3:06 libgo patch committed: Add SPARC RTEMS specific file Ian Lance Taylor
2011-01-22 10:18 ` Ralf Wildenhues
2011-01-23 10:35   ` Ian Lance Taylor
2011-01-23 11:27     ` Ian Lance Taylor
2011-01-23 12:52     ` Ian Lance Taylor
2011-01-23 13:29     ` Ralf Wildenhues
2011-01-24  0:03 ` [gofrontend-dev] " Joel Sherrill
2011-01-24 20:43   ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).