summaryrefslogtreecommitdiff
path: root/src/pkg/math/log10_arm.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/log10_arm.s')
-rw-r--r--src/pkg/math/log10_arm.s6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pkg/math/log10_arm.s b/src/pkg/math/log10_arm.s
index 619b0fe1e..fa7580f6f 100644
--- a/src/pkg/math/log10_arm.s
+++ b/src/pkg/math/log10_arm.s
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-TEXT ·Log10(SB),7,$0
+#include "../../cmd/ld/textflag.h"
+
+TEXT ·Log10(SB),NOSPLIT,$0
B ·log10(SB)
-TEXT ·Log2(SB),7,$0
+TEXT ·Log2(SB),NOSPLIT,$0
B ·log2(SB)