aboutsummaryrefslogtreecommitdiff
path: root/arch/aarch64/syscall_arch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* aarch64: fix 64-bit syscall argument passing•••On 32bit systems long long arguments are passed in a special way to some syscalls; this accidentally got copied to the AArch64 port. The following interfaces were broken: fallocate, fanotify, ftruncate, posix_fadvise, posix_fallocate, pread, pwrite, readahead, sync_file_range, truncate. Szabolcs Nagy2015-08-111-4/+2
* fix __syscall declaration with wrong visibility in syscall_arch.h•••remove __syscall declaration where it is not needed (aarch64, arm, microblaze, or1k) and add the hidden attribute where it is (mips). Szabolcs Nagy2015-04-301-2/+0
* add aarch64 port•••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. Szabolcs Nagy2015-03-111-0/+80