about summary refs log tree commit diff
path: root/arch/aarch64/bits/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* unify bits/stat.h for all archs sharing a common definitionRich Felker10 days1-18/+0
| | | | | future archs should not define their own bits/stat.h but use this generic one.
* align aarch64, riscv64, loongarch64 stat structure padding typeRich Felker10 days1-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.
* add aarch64 portSzabolcs Nagy2015-03-111-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.