commit | 1f7966346e4de8bda27699900e190d7925c1650c | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@golang.org> | Mon Aug 12 10:25:18 2013 -0700 |
committer | Keith Randall <khr@golang.org> | Mon Aug 12 10:25:18 2013 -0700 |
tree | bb0efefa963a1dc58fd12b1974d441f16917cad5 | |
parent | db324ccd72c93d34effa24e6f1a2a12c0cd39f04 [diff] [blame] |
math: convert textflags from numbers to symbols R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12773044
diff --git a/src/pkg/math/mod_arm.s b/src/pkg/math/mod_arm.s index 47c564b..1f51588 100644 --- a/src/pkg/math/mod_arm.s +++ b/src/pkg/math/mod_arm.s
@@ -2,5 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -TEXT ·Mod(SB),7,$0 +#include "../../cmd/ld/textflag.h" + +TEXT ·Mod(SB),NOSPLIT,$0 B ·mod(SB)