aboutsummaryrefslogtreecommitdiff
path: root/libgo/README
AgeCommit message (Collapse)AuthorFilesLines
2019-05-08libgo: add Debugging section to READMEIan Lance Taylor1-0/+25
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/176001 From-SVN: r271019
2015-03-13libgo/README: Minor updates.Ian Lance Taylor1-9/+8
In particular, mention that libgo should not be stripped. From-SVN: r221427
2010-12-03It's a contributor license agreement, not a copyright LA.Ian Lance Taylor1-1/+1
From-SVN: r167443
2010-12-03Typo.Ian Lance Taylor1-1/+1
From-SVN: r167440
2010-12-03Clarify copyright license agreement.Ian Lance Taylor1-7/+5
From-SVN: r167439
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+47
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