arm2gnu.pl: Fix GNU ARM .type directive
Broken by 76e831d9. Without the .type directive, SIGILL may be produced if the C code is compiled in Thumb mode, because the compiler may assume that the asm symbol is also Thumb and call it using a BL instruction.
Loading
Please register or sign in to comment