summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-05-31 07:28:34 +0000
committerandrew <andrew@FreeBSD.org>2015-05-31 07:28:34 +0000
commit8dbe499117e8e6f9e292739e4be9e89b6ce154af (patch)
tree0b75a9d374a4c5f733bdb0f9d1a07c82e5f17a7f /contrib/gcc/config
parent999686e5d5e7b474335008ffcd63177b1651811a (diff)
downloadFreeBSD-src-8dbe499117e8e6f9e292739e4be9e89b6ce154af.zip
FreeBSD-src-8dbe499117e8e6f9e292739e4be9e89b6ce154af.tar.gz
Use a spelling of .thumb clang understands.
Diffstat (limited to 'contrib/gcc/config')
-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 c29f894..73c453d 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
OpenPOWER on IntegriCloud