OSDN Git Service

Add Go frontend, libgo library, and Go testsuite.
[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 Changes to these files require a copyright assignment to Google.  This
32 is required to permit the changes to be copied to the gcc repository,
33 as Google has a copyright assignment with the Free Software
34 Foundation.
35
36 If you are the copyright holder, you will need to agree to the
37 individual contributor license agreement at
38 http://code.google.com/legal/individual-cla-v1.0.html.  This agreement
39 can be completed online.
40
41 If your organization is the copyright holder, the organization will
42 need to agree to the corporate contributor license agreement at
43 http://code.google.com/legal/corporate-cla-v1.0.html.
44
45 If the copyright holder for your code has already completed the
46 agreement in connection with another Google open source project, it
47 does not need to be completed again.