summaryrefslogtreecommitdiff
path: root/src/setjmp/arm/longjmp.S
AgeCommit message (Collapse)AuthorLines
2019-09-26arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy-0/+50
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.