summaryrefslogtreecommitdiff
path: root/libgo/go/math/remainder.go
Commit message (Collapse)AuthorAgeFilesLines
* libgo: update to Go1.17rc2Ian Lance Taylor2021-08-121-0/+3
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
* libgo: update to Go 1.13beta1 releaseIan Lance Taylor2019-09-061-0/+4
| | | | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
* libgo: update to go1.7rc3Ian Lance Taylor2016-07-221-1/+1
| | | | | | Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662
* libgo: Update to Go 1.0.3.Ian Lance Taylor2012-10-031-1/+1
| | | | From-SVN: r192025
* libgo: Update to weekly.2012-02-07.Ian Lance Taylor2012-02-091-4/+2
| | | | From-SVN: r184034
* libgo: Update to weekly.2011-12-14.Ian Lance Taylor2012-01-121-3/+7
| | | | From-SVN: r183118
* Update Go library to last weekly.Ian Lance Taylor2011-10-261-2/+2
| | | | From-SVN: r180552
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+85
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