zig/lib/libc
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
..
glibc update glibc src files to 2.30 2019-09-10 16:40:54 -04:00
include mingw-w64 libc: fix incorrect detection of _xgetbv 2019-09-22 19:10:27 -04:00
mingw mingw libc can link against ntdll 2019-07-15 18:25:13 -04:00
musl musl [PATCH] arm: fix setjmp and longjmp asm for armv8-a 2019-09-25 15:15:52 -04:00