]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: push vdsoClockgettimeSym linkname on linux/arm64
authorAustin Clements <austin@google.com>
Tue, 21 May 2024 14:24:59 +0000 (10:24 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 21 May 2024 14:47:42 +0000 (14:47 +0000)
Updates #67401.

Change-Id: I491ad443673193db4f921346539ca5e41afad2ef
Reviewed-on: https://go-review.googlesource.com/c/go/+/586896
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Florian Zenker <floriank@google.com>
src/runtime/badlinkname_linux.go [moved from src/runtime/badlinkname_linux_amd64.go with 94% similarity]

similarity index 94%
rename from src/runtime/badlinkname_linux_amd64.go
rename to src/runtime/badlinkname_linux.go
index 8a2dae93ca42785a6e6ef291d82d31985c48079c..ad74528da28c92725de18b0115fa834f1663e767 100644 (file)
@@ -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"