aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/tanh.go
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-0/+7
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-6/+6
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-1/+1
From-SVN: r200974
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-12/+77
From-SVN: r192704
2011-12-14libgo: Update to weekly.2011-12-06.Ian Lance Taylor1-0/+5
From-SVN: r182338
2011-09-16Update Go library to r60.Ian Lance Taylor1-1/+0
From-SVN: r178910
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+28
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