summaryrefslogtreecommitdiffhomepage
path: root/pkg/sleep
diff options
context:
space:
mode:
authorAnton Gyllenberg <anton@iki.fi>2018-09-27 12:51:18 -0700
committerShentubot <shentubot@google.com>2018-09-27 12:53:10 -0700
commit68ac2ad1e1f16e65d9d1318d6827edf8487578d0 (patch)
treed35e5428ae779f49950730c6f3c2da0f86ff6f83 /pkg/sleep
parent234f36b6f2cb0db74d119079e5244619d6ea38ad (diff)
netstack: make go:linkname work for all architectures
The //go:linkname directive requires the presence of assembly files in the package. Even an empty file will do. There was an empty assembly file commit_arm64.s, but that is limited to GOARCH=arm64. Renaming to empty.s will remove the unnecessary build constraint and allow building netstack for other architectures than amd64 and arm64. Without this, building directly with go (not bazel) for e.g., GOARCH=arm gives: sleep/sleep_unsafe.go:88:6: missing function body sleep/sleep_unsafe.go:91:6: missing function body Change-Id: I29d1d13e1ff31506a174d4595b8cd57fa58bf52b PiperOrigin-RevId: 214820299
Diffstat (limited to 'pkg/sleep')
-rw-r--r--pkg/sleep/empty.s (renamed from pkg/sleep/commit_arm64.s)0
1 files changed, 0 insertions, 0 deletions
diff --git a/pkg/sleep/commit_arm64.s b/pkg/sleep/empty.s
index 8aca31bee..8aca31bee 100644
--- a/pkg/sleep/commit_arm64.s
+++ b/pkg/sleep/empty.s