aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2015-11-21 01:27:44 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2015-11-21 01:27:44 +0000
commitbbbe8b338b4e31ce315f97562906a013240bd621 (patch)
treece90880ae1cd1318680980381769544c90f941c8 /gcc/go
parent23df90322f24ea24b9f0d077be543dc0a71e7f02 (diff)
downloadgcc-bbbe8b338b4e31ce315f97562906a013240bd621.zip
gcc-bbbe8b338b4e31ce315f97562906a013240bd621.tar.gz
gcc-bbbe8b338b4e31ce315f97562906a013240bd621.tar.bz2
re PR go/66574 (Time is provided in millisecond precision instead of 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
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 3ccd3fc..4097bab 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-f79db38cf3484b63f7807abef05eecb23e9d0806
+b839c8c35af49bd6d86306ad34449654a4657cb1
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.