svn commit: r283804 - head/contrib/gcc/config/arm

Andrew Turner andrew at FreeBSD.org
Sun May 31 07:28:35 UTC 2015


Author: andrew
Date: Sun May 31 07:28:34 2015
New Revision: 283804
URL: https://svnweb.freebsd.org/changeset/base/283804

Log:
  Use a spelling of .thumb clang understands.

Modified:
  head/contrib/gcc/config/arm/lib1funcs.asm

Modified: head/contrib/gcc/config/arm/lib1funcs.asm
==============================================================================
--- head/contrib/gcc/config/arm/lib1funcs.asm	Sun May 31 07:16:31 2015	(r283803)
+++ head/contrib/gcc/config/arm/lib1funcs.asm	Sun May 31 07:28:34 2015	(r283804)
@@ -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


More information about the svn-src-all mailing list