summaryrefslogtreecommitdiff
path: root/arch/aarch64/bits/stat.h
AgeCommit message (Collapse)AuthorLines
5 daysunify bits/stat.h for all archs sharing a common definitionRich Felker-18/+0
future archs should not define their own bits/stat.h but use this generic one.
5 daysalign aarch64, riscv64, loongarch64 stat structure padding typeRich Felker-1/+1
this change is purely to document that they are the same in preparation to remove the arch-specific headers for these archs and replace them with a generic version that matches riscv32 and can be shared by these and all future archs.
2015-03-11add aarch64 portSzabolcs Nagy-0/+18
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.