]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: move Windows time.now implementations into separate files
authorIan Lance Taylor <iant@golang.org>
Tue, 27 Apr 2021 23:04:56 +0000 (16:04 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 28 Apr 2021 20:16:36 +0000 (20:16 +0000)
commitb36596b14f8d3bee586479323c56b5db416a49e5
tree3a1c6f695e50e811844070decfc8b1e1d26e086b
parent07e006dd9322cc484303e1bef3d58c7e51d4f92c
runtime: move Windows time.now implementations into separate files

This is a step toward separating whether time.now is implemented in
assembly from whether we are using faketime.

Change-Id: I8bf059b44a103b034835e3d3b799319cc05e9552
Reviewed-on: https://go-review.googlesource.com/c/go/+/314273
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/sys_windows_386.s
src/runtime/sys_windows_amd64.s
src/runtime/sys_windows_arm.s
src/runtime/sys_windows_arm64.s
src/runtime/time_windows_386.s [new file with mode: 0644]
src/runtime/time_windows_amd64.s [new file with mode: 0644]
src/runtime/time_windows_arm.s [new file with mode: 0644]
src/runtime/time_windows_arm64.s [new file with mode: 0644]