musl/arch/arm
Rich Felker 1b9406b03c fix build regression on ARM for ISA levels less than v5
commit 06fbefd100 (first included in
release 1.1.17) introduced this regression.

patch by Adrian Bunk. it fixes the regression in all cases, but
spuriously prevents use of the clz instruction on very old compiler
versions that don't define __ARM_ARCH. this may be fixed in a more
general way at some point in the future. it also omits thumb1 logic
since building as thumb1 code is currently not supported.
2017-10-25 11:54:16 -04:00
..
bits make syscall.h consistent with linux 2017-09-06 19:29:25 -04:00
atomic_arch.h fix build regression on ARM for ISA levels less than v5 2017-10-25 11:54:16 -04: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 rework arm atomic/tp backends to be thumb-compatible and fdpic-ready 2016-12-19 21:21:08 -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 fix posix_fadvise syscall args on powerpc, unify with arm fix 2016-07-01 13:32:35 -04:00