runtime: call runtime_nanotime1, not runtime_nanotime
authorIan Lance Taylor <iant@golang.org>
Wed, 22 Jan 2020 14:30:43 +0000 (06:30 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Jan 2020 19:14:52 +0000 (11:14 -0800)
commit68cbbe7cdc7754d5b8aa2c9072e37745ff3b7604
treee089ec59b24dcd4d88ae531e3402ba4bc611e756
parente1fd040884ab7ac36ca5555ab5822bcb5e51e8d8
runtime: call runtime_nanotime1, not runtime_nanotime

The function name was changed in 1.14beta1. Fix the non-x86, non-s390 code.

Fixes golang/go#36694

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/215724
gcc/go/gofrontend/MERGE
libgo/runtime/runtime_c.c