musl/arch/arm
Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers
all bits headers that were identical for a number of 'clean' archs are
moved to the new arch/generic tree. in addition, a few headers that
differed only cosmetically from the new generic version are removed.

additional deduplication may be possible in mman.h and in several
headers (limits.h, posix.h, stdint.h) that mostly depend on whether
the arch is 32- or 64-bit, but they are left alone for now because
greater gains are likely possible with more invasive changes to header
logic, which is beyond the scope of this commit.
2016-01-27 21:52:14 -05:00
..
bits deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
atomic_arch.h fix arm a_crash for big endian 2016-01-25 21:59:55 +00: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 fix dynamic linker path file selection for arm vs armhf 2016-01-20 01:16:09 +00:00
syscall_arch.h arm: add vdso support 2015-06-14 04:23:20 +00:00