summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/debug/stubs.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/debug/stubs.s')
-rw-r--r--src/pkg/runtime/debug/stubs.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/pkg/runtime/debug/stubs.s b/src/pkg/runtime/debug/stubs.s
deleted file mode 100644
index d56274f2d..000000000
--- a/src/pkg/runtime/debug/stubs.s
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2014 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.
-
-#include "textflag.h"
-
-#ifdef GOARCH_arm
-#define JMP B
-#endif
-
-TEXT ·setMaxStack(SB),NOSPLIT,$0-0
- JMP runtime·setMaxStack(SB)
-
-TEXT ·setGCPercent(SB),NOSPLIT,$0-0
- JMP runtime·setGCPercent(SB)
-
-TEXT ·setPanicOnFault(SB),NOSPLIT,$0-0
- JMP runtime·setPanicOnFault(SB)
-
-TEXT ·setMaxThreads(SB),NOSPLIT,$0-0
- JMP runtime·setMaxThreads(SB)