aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-now.c
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-2/+2
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-2/+2
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214297
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ↵Ian Lance Taylor1-2/+2
obsolescent) PR c/82922 runtime, syscall: use full prototypes in C code Based on patch by Martin Sebor. Reviewed-on: https://go-review.googlesource.com/86815 From-SVN: r256437
2017-09-14libgo: update to go1.9Ian Lance Taylor1-3/+12
Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767
2015-11-21re PR go/66574 (Time is provided in millisecond precision instead of ↵Ian Lance Taylor1-4/+4
nanoseconds as described in go documentation) PR go/66574 runtime: Use clock_gettime to get current time. Fetch the current time in nanoseconds, not microseconds, by using clock_gettime rather than gettimeofday. Update golang/go#11222. Fixes https://gcc.gnu.org/PR66574. Reviewed-on: https://go-review.googlesource.com/17156 From-SVN: r230694
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-10/+0
From-SVN: r212837
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-1/+3
PR go/46986 all: prepend #__USER_LABEL_PREFIX__ to mangled Go symbols For old-fashioned Darwin. From-SVN: r195438
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-1/+1
From-SVN: r187485
2011-12-13libgo: Update to weekly.2011-12-02.Ian Lance Taylor1-0/+31
From-SVN: r182295