aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-05-31 07:28:34 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-05-31 07:28:34 +0000
commitb35f8350c202f7c59d0eb801c2d53061e0090108 (patch)
tree0b75a9d374a4c5f733bdb0f9d1a07c82e5f17a7f
parent3287272dab69f7f538e0c91e63d23f9f0d42658b (diff)
downloadsrc-b35f8350c202f7c59d0eb801c2d53061e0090108.tar.gz
src-b35f8350c202f7c59d0eb801c2d53061e0090108.zip
Use a spelling of .thumb clang understands.
Notes
Notes: svn path=/head/; revision=283804
-rw-r--r--contrib/gcc/config/arm/lib1funcs.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/arm/lib1funcs.asm b/contrib/gcc/config/arm/lib1funcs.asm
index c29f89496cf2..73c453d64b8e 100644
--- a/contrib/gcc/config/arm/lib1funcs.asm
+++ b/contrib/gcc/config/arm/lib1funcs.asm
@@ -252,7 +252,7 @@ SYM (\name):
#ifdef __thumb__
#define THUMB_FUNC .thumb_func
-#define THUMB_CODE .force_thumb
+#define THUMB_CODE .thumb
#else
#define THUMB_FUNC
#define THUMB_CODE