gcc/libgo/syscalls
Ian Lance Taylor 7a9389330e Add Go frontend, libgo library, and Go testsuite.
gcc/:
	* gcc.c (default_compilers): Add entry for ".go".
	* common.opt: Add -static-libgo as a driver option.
	* doc/install.texi (Configuration): Mention libgo as an option for
	--enable-shared.  Mention go as an option for --enable-languages.
	* doc/invoke.texi (Overall Options): Mention .go as a file name
	suffix.  Mention go as a -x option.
	* doc/frontends.texi (G++ and GCC): Mention Go as a supported
	language.
	* doc/sourcebuild.texi (Top Level): Mention libgo.
	* doc/standards.texi (Standards): Add section on Go language.
	Move references for other languages into their own section.
	* doc/contrib.texi (Contributors): Mention that I contributed the
	Go frontend.
gcc/testsuite/:
	* lib/go.exp: New file.
	* lib/go-dg.exp: New file.
	* lib/go-torture.exp: New file.
	* lib/target-supports.exp (check_compile): Match // Go.

From-SVN: r167407
2010-12-03 04:34:57 +00:00
..
errno.c Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
errstr.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
errstr_decl.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
errstr_decl_linux.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
errstr_decl_rtems.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
errstr_rtems.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
exec.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
exec_helpers.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
exec_stubs.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
socket.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
socket_bsd.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
socket_epoll.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
socket_linux.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
stringbyte.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
syscall.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
syscall_linux.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
syscall_linux_386.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
syscall_linux_amd64.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
syscall_stubs.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
syscall_unix.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
sysfile_linux.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
sysfile_posix.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
sysfile_rtems.go Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00