diff options
author | ian <ian@FreeBSD.org> | 2015-01-02 23:46:26 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2015-01-02 23:46:26 +0000 |
commit | 65ae88570aa8936a2b134393a34ba8b35f58d2b2 (patch) | |
tree | c74df74f74e820c0497dff3a484f2eb048817690 /lib/libc/regex/regexec.c | |
parent | 6c04b8d143b18744d63cfd8c6e2bc17acc74f49a (diff) | |
download | FreeBSD-src-65ae88570aa8936a2b134393a34ba8b35f58d2b2.zip FreeBSD-src-65ae88570aa8936a2b134393a34ba8b35f58d2b2.tar.gz |
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.
Diffstat (limited to 'lib/libc/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions