musl/crt/arm
Rich Felker 4e73d12117 explicitly assemble all arm asm sources as UAL
these files are all accepted as legacy arm syntax when producing arm
code, but legacy syntax cannot be used for producing thumb2 with
access to the full ISA. even after switching to UAL, some asm source
files contain instructions which are not valid in thumb mode, so these
will need to be addressed separately.
2015-11-10 00:01:55 -05:00
..
crti.s explicitly assemble all arm asm sources as UAL 2015-11-10 00:01:55 -05:00
crtn.s explicitly assemble all arm asm sources as UAL 2015-11-10 00:01:55 -05:00