zig/lib/libc/musl
Andrew Kelley 40e77dad83
musl [PATCH] arm: fix setjmp and longjmp asm for armv8-a
From: Szabolcs Nagy <szabolcs.nagy@arm.com>

armv8 removed the coprocessor instructions other than cp14, so
on an armv8 system the related hwcaps should never be set.

new llvm complains about the use of coprocessor instructions in
armv8-a mode (even though they are never executed at runtime),
so ifdef them out when musl is built for armv8.

<dalias> i think the patch looks ok
2019-09-25 15:15:52 -04:00
..
arch carry some upstream patches to musl to fix riscv inline asm 2019-07-18 11:43:39 -04:00
crt update bundled musl source to 1.1.23 2019-07-16 19:54:14 -04:00
include update bundled musl source to 1.1.23 2019-07-16 19:54:14 -04:00
src musl [PATCH] arm: fix setjmp and longjmp asm for armv8-a 2019-09-25 15:15:52 -04:00