summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-01-02 23:46:26 +0000
committerian <ian@FreeBSD.org>2015-01-02 23:46:26 +0000
commit65ae88570aa8936a2b134393a34ba8b35f58d2b2 (patch)
treec74df74f74e820c0497dff3a484f2eb048817690 /lib/libc/regex/regexec.c
parent6c04b8d143b18744d63cfd8c6e2bc17acc74f49a (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud