OSDN Git Service

syscall: Fix errno handling in syscall.Syscall and friends.
[pf3gnuchains/gcc-fork.git] / libgo / README
1 See ../README.
2
3 This is the runtime support library for the Go programming language.
4 This library is intended for use with the Go frontend.
5
6 The library has only been tested on GNU/Linux using glibc.  It should
7 not be difficult to port to other operating systems.
8
9 The library has only been tested on x86/x86_64 systems.  It should not
10 be difficult to port to other architectures.
11
12 Directories:
13
14 go
15   A copy of the Go library from http://golang.org/, with a few
16   changes for gccgo.  Notably, the reflection interface is different.
17
18 runtime
19   Runtime functions, written in C, which are called directly by the
20   compiler or by the library.
21
22 syscalls
23   System call support.
24
25 Contributing
26 ============
27
28 To contribute patches to the files in this directory, please see
29 http://golang.org/doc/gccgo_contribute.html .
30
31 The master copy of these files is hosted at
32 http://code.google.com/p/gofrontend .  Changes to these files require
33 signing a Google contributor license agreement.  If you are the
34 copyright holder, you will need to agree to the individual contributor
35 license agreement at
36 http://code.google.com/legal/individual-cla-v1.0.html.  This agreement
37 can be completed online.
38
39 If your organization is the copyright holder, the organization will
40 need to agree to the corporate contributor license agreement at
41 http://code.google.com/legal/corporate-cla-v1.0.html.
42
43 If the copyright holder for your code has already completed the
44 agreement in connection with another Google open source project, it
45 does not need to be completed again.