K 10 svn:author V 3 ian K 8 svn:date V 27 2015-01-02T23:46:26.488250Z K 7 svn:log V 398 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 boundary. Fortunately both assemblers interpret a non-zero value as align to 2^N so just make sure we have appropriate non-zero values everywhere. END