summaryrefslogtreecommitdiff
path: root/src/pkg/math/asin_arm.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/asin_arm.s')
-rw-r--r--src/pkg/math/asin_arm.s6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pkg/math/asin_arm.s b/src/pkg/math/asin_arm.s
index d27213fad..b90526003 100644
--- a/src/pkg/math/asin_arm.s
+++ b/src/pkg/math/asin_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 ·Asin(SB),7,$0
+#include "../../cmd/ld/textflag.h"
+
+TEXT ·Asin(SB),NOSPLIT,$0
B ·asin(SB)
-TEXT ·Acos(SB),7,$0
+TEXT ·Acos(SB),NOSPLIT,$0
B ·acos(SB)