aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/fipstls/dummy.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/boring/fipstls/dummy.s')
-rw-r--r--src/crypto/internal/boring/fipstls/dummy.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/crypto/internal/boring/fipstls/dummy.s b/src/crypto/internal/boring/fipstls/dummy.s
new file mode 100644
index 00000000000..53bb7d94308
--- /dev/null
+++ b/src/crypto/internal/boring/fipstls/dummy.s
@@ -0,0 +1,10 @@
+// Copyright 2017 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// runtime_arg0 is declared in tls.go without a body.
+// It's provided by package runtime,
+// but the go command doesn't know that.
+// Having this assembly file keeps the go command
+// from complaining about the missing body
+// (because the implementation might be here).