From: Austin Clements Date: Tue, 21 May 2024 14:24:59 +0000 (-0400) Subject: runtime: push vdsoClockgettimeSym linkname on linux/arm64 X-Git-Tag: go1.23rc1~256 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0bc684a994c47a079cd7ead2016cc77db0a3d36c;p=gostls13.git runtime: push vdsoClockgettimeSym linkname on linux/arm64 Updates #67401. Change-Id: I491ad443673193db4f921346539ca5e41afad2ef Reviewed-on: https://go-review.googlesource.com/c/go/+/586896 Auto-Submit: Austin Clements Reviewed-by: Than McIntosh LUCI-TryBot-Result: Go LUCI Reviewed-by: Florian Zenker --- diff --git a/src/runtime/badlinkname_linux_amd64.go b/src/runtime/badlinkname_linux.go similarity index 94% rename from src/runtime/badlinkname_linux_amd64.go rename to src/runtime/badlinkname_linux.go index 8a2dae93ca..ad74528da2 100644 --- a/src/runtime/badlinkname_linux_amd64.go +++ b/src/runtime/badlinkname_linux.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build amd64 || arm64 + package runtime import _ "unsafe"