musl/arch/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
..
bits move O_PATH definition back to arch bits 2015-04-01 19:31:06 -04:00
src explicitly assemble all arm asm sources as UAL 2015-11-10 00:01:55 -05:00
atomic.h overhaul ARM atomics/tls for performance and compatibility 2014-11-19 01:02:01 -05:00
crt_arch.h add .text section directive to all crt_arch.h files missing it 2015-05-22 01:50:05 -04:00
pthread_arch.h properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
reloc.h remove non-working pre-armv4t support from arm asm 2015-11-09 22:36:38 -05:00
syscall_arch.h arm: add vdso support 2015-06-14 04:23:20 +00:00