Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 07:28:35 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283804 - head/contrib/gcc/config/arm
Message-ID:  <201505310728.t4V7SZVA050271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505310728.t4V7SZVA050271>