aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/abs.go
AgeCommit message (Collapse)AuthorFilesLines
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-10/+1
Update the Go library to the 1.10beta1 release. Requires a few changes to the compiler for modifications to the map runtime code, and to handle some nowritebarrier cases in the runtime. Reviewed-on: https://go-review.googlesource.com/86455 gotools/: * Makefile.am (go_cmd_vet_files): New variable. (go_cmd_buildid_files, go_cmd_test2json_files): New variables. (s-zdefaultcc): Change from constants to functions. (noinst_PROGRAMS): Add vet, buildid, and test2json. (cgo$(EXEEXT)): Link against $(LIBGOTOOL). (vet$(EXEEXT)): New target. (buildid$(EXEEXT)): New target. (test2json$(EXEEXT)): New target. (install-exec-local): Install all $(noinst_PROGRAMS). (uninstall-local): Uninstasll all $(noinst_PROGRAMS). (check-go-tool): Depend on $(noinst_PROGRAMS). Copy down objabi.go. (check-runtime): Depend on $(noinst_PROGRAMS). (check-cgo-test, check-carchive-test): Likewise. (check-vet): New target. (check): Depend on check-vet. Look at cmd_vet-testlog. (.PHONY): Add check-vet. * Makefile.in: Rebuild. From-SVN: r256365
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor1-3/+6
Reviewed-on: https://go-review.googlesource.com/19200 From-SVN: r233110
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor1-1/+4
From-SVN: r183981
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor1-0/+5
From-SVN: r183118
2011-12-13libgo: Update to weekly.2011-12-02.Ian Lance Taylor1-2/+1
From-SVN: r182295
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-0/+21
From-SVN: r180552