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
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
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