URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [README] - Rev 784
Go to most recent revision | Compare with Previous | Blame | View Log
See ../README.This is the runtime support library for the Go programming language.This library is intended for use with the Go frontend.The library has only been tested on GNU/Linux using glibc. It shouldnot be difficult to port to other operating systems.The library has only been tested on x86/x86_64 systems. It should notbe difficult to port to other architectures.Directories:goA copy of the Go library from http://golang.org/, with a fewchanges for gccgo. Notably, the reflection interface is different.runtimeRuntime functions, written in C, which are called directly by thecompiler or by the library.syscallsSystem call support.Contributing============To contribute patches to the files in this directory, please seehttp://golang.org/doc/gccgo_contribute.html .The master copy of these files is hosted athttp://code.google.com/p/gofrontend . Changes to these files requiresigning a Google contributor license agreement. If you are thecopyright holder, you will need to agree to the individual contributorlicense agreement athttp://code.google.com/legal/individual-cla-v1.0.html. This agreementcan be completed online.If your organization is the copyright holder, the organization willneed to agree to the corporate contributor license agreement athttp://code.google.com/legal/corporate-cla-v1.0.html.If the copyright holder for your code has already completed theagreement in connection with another Google open source project, itdoes not need to be completed again.
Go to most recent revision | Compare with Previous | Blame | View Log
