Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-12 | make arch __clone backends hidden | Rich Felker | 1 | -0/+1 | |
these are not a public interface and are not intended to be callable from anywhere but the public clone function or other places in libc. | |||||
2015-03-11 | add aarch64 port | Szabolcs Nagy | 1 | -0/+29 | |
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. |