Re: svn commit: r276596 - in head/sys/arm: arm include

2015-01-03 Thread Ian Lepore
On Sat, 2015-01-03 at 19:34 +1100, Bruce Evans wrote: > On Fri, 2 Jan 2015, Ian Lepore wrote: > > > Log: > > Fix alignment directives in arm asm code after clang 3.5 import. > > > > The ancient gas we've been using interprets .align 0 as align to the > > minimum required alignment for the curre

Re: svn commit: r276596 - in head/sys/arm: arm include

2015-01-03 Thread Bruce Evans
On Fri, 2 Jan 2015, Ian Lepore wrote: Log: Fix alignment directives in arm asm code after clang 3.5 import. The ancient gas we've been using interprets .align 0 as align to the minimum required alignment for the current section. Clang's integrated assembler interprets it as align to a byte

svn commit: r276596 - in head/sys/arm: arm include

2015-01-02 Thread Ian Lepore
Author: ian Date: Fri Jan 2 23:46:26 2015 New Revision: 276596 URL: https://svnweb.freebsd.org/changeset/base/276596 Log: Fix alignment directives in arm asm code after clang 3.5 import. The ancient gas we've been using interprets .align 0 as align to the minimum required alignment for t