summaryrefslogtreecommitdiff
path: root/src/signal/aarch64/restore.s
AgeCommit message (Collapse)AuthorLines
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker-0/+2
these were overlooked in the declarations overhaul work because they are not properly declared, and the current framework even allows their declared types to vary by arch. at some point this should be cleaned up, but I'm not sure what the right way would be.
2015-03-11add aarch64 portSzabolcs Nagy-0/+8
This adds complete aarch64 target support including bigendian subarch. Some of the long double math functions are known to be broken otherwise interfaces should be fully functional, but at this point consider this port experimental. Initial work on this port was done by Sireesh Tripurari and Kevin Bortis.