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