• Martin Storsjö's avatar
    arm: Create proper .rdata sections for COFF · 41cf3e3b
    Martin Storsjö authored
    As .rodata isn't one of the default created sections for COFF, it was
    created as a read-write data section. By using the default .rdata
    section name for COFF, it automatically becomes a read-only data section.
    The existing ".section .rodata" works as intended for ELF though.
    
    This is based on an original patch and diagnose by Tom Tan
    <Tom.Tan@microsoft.com>.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    41cf3e3b
Name
Last commit
Last update
..
Makefile Loading commit data...
asm.S Loading commit data...
bswap.h Loading commit data...
cpu.c Loading commit data...
cpu.h Loading commit data...
float_dsp_arm.h Loading commit data...
float_dsp_init_arm.c Loading commit data...
float_dsp_init_neon.c Loading commit data...
float_dsp_init_vfp.c Loading commit data...
float_dsp_neon.S Loading commit data...
float_dsp_vfp.S Loading commit data...
intmath.h Loading commit data...
intreadwrite.h Loading commit data...
neontest.h Loading commit data...
timer.h Loading commit data...