musl/arch
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
..
aarch64 make syscall.h consistent with linux 2017-09-06 19:29:25 -04:00
arm fix build regression on ARM for ISA levels less than v5 2017-10-25 11:54:16 -04:00
generic/bits add SIOCGSTAMPNS socket ioctl macro to ioctl.h 2017-08-29 19:48:37 -04:00
i386 make syscall.h consistent with linux 2017-09-06 19:29:25 -04:00
microblaze make syscall.h consistent with linux 2017-09-06 19:29:25 -04:00
mips make syscall.h consistent with linux 2017-09-06 19:29:25 -04:00
mips64 add SIOCGSTAMPNS socket ioctl macro to ioctl.h 2017-08-29 19:48:37 -04:00
mipsn32 make syscall.h consistent with linux 2017-09-06 19:29:25 -04:00
or1k make syscall.h consistent with linux 2017-09-06 19:29:25 -04:00
powerpc powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h 2017-09-11 14:06:27 -04:00
powerpc64 powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h 2017-09-11 14:06:27 -04:00
s390x s390x: add bits/hwcap.h 2017-08-29 21:40:35 -04:00
sh add SIOCGSTAMPNS socket ioctl macro to ioctl.h 2017-08-29 19:48:37 -04:00
x32 add a_clz_64 helper function 2017-08-29 21:47:10 -04:00
x86_64 add a_clz_64 helper function 2017-08-29 21:47:10 -04:00