• Martin Storsjö's avatar
    arm: Emit .thumb_func directives · 5584abf6
    Martin Storsjö authored
    Prior to Xcode 9.3, the clang built-in assembler didn't support
    altmacro, and gas-preprocessor was used for assembling for arm/darwin.
    
    For thumb functions, gas-preprocessor took care of adding the .thumb_func
    directives, but when now being able to assemble without gas-preprocessor,
    we need to add these directives ourselves.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    5584abf6
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...