ian 65ae88570a 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.
2015-01-02 23:46:26 +00:00
..
2012-06-14 14:38:55 +00:00
2012-06-13 05:02:51 +00:00
2014-05-17 11:29:44 +00:00
2012-06-13 05:02:51 +00:00
2014-03-29 14:35:36 +00:00
2014-12-24 18:54:31 +00:00
2012-06-13 05:02:51 +00:00
2012-06-13 05:02:51 +00:00
2014-12-24 18:54:31 +00:00
2013-01-17 09:52:35 +00:00
2014-01-06 17:16:27 +00:00
2012-06-13 05:02:51 +00:00
2013-06-08 07:16:22 +00:00
2013-03-11 10:56:46 +00:00
2012-06-13 05:02:51 +00:00
2012-12-19 00:24:31 +00:00