add .text section directive to all crt_arch.h files missing it
authorRich Felker <dalias@aerifal.cx>
Fri, 22 May 2015 05:50:05 +0000 (01:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 22 May 2015 05:50:05 +0000 (01:50 -0400)
commit63caf1d207d143fe405bbe0cda9aac8deca1171a
tree3949c63a08976ff33a57cb6b38ab682ebbab7d06
parent3b0e83264d156f9e496ab32badd89e4447b807aa
add .text section directive to all crt_arch.h files missing it

i386 and x86_64 versions already had the .text directive; other archs
did not. normally, top-level (file scope) __asm__ starts in the .text
section anyway, but problems were reported with some versions of
clang, and it seems preferable to set it explicitly anyway, at least
for the sake of consistency between archs.
arch/aarch64/crt_arch.h
arch/arm/crt_arch.h
arch/microblaze/crt_arch.h
arch/mips/crt_arch.h
arch/or1k/crt_arch.h
arch/powerpc/crt_arch.h
arch/sh/crt_arch.h