• R
    add .text section directive to all crt_arch.h files missing it · 63caf1d2
    Rich Felker 提交于
    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.
    63caf1d2
crt_arch.h 575 字节