Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 19:11:26 +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: r275521 - head/sys/arm/arm
Message-ID:  <201412051911.sB5JBQCT088149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Fri Dec  5 19:11:25 2014
New Revision: 275521
URL: https://svnweb.freebsd.org/changeset/base/275521

Log:
  Set the alignment to 4-bytes after a string as clang 3.5 can switch to
  thumb mode if this is incorrect.
  
  MFC after:	1 week
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/arm/arm/fusu.S

Modified: head/sys/arm/arm/fusu.S
==============================================================================
--- head/sys/arm/arm/fusu.S	Fri Dec  5 19:08:36 2014	(r275520)
+++ head/sys/arm/arm/fusu.S	Fri Dec  5 19:11:25 2014	(r275521)
@@ -271,7 +271,7 @@ _C_LABEL(fusubailout):
 
 fusupcbfaulttext:
 	.asciz	"Yikes - no valid PCB during fusuxxx() addr=%08x\n"
-	.align	0
+	.align	2
 #endif
 
 /*



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