aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/asm_linux_arm.s
AgeCommit message (Expand)Author
2018-02-26syscall: remove/update outdated TODO commentsTobias Klauser
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2015-01-16syscall: use name+(NN)FP on linux/armDavid Crawshaw
2015-01-14syscall: match seek argument size to signatureDavid Crawshaw
2014-09-16liblink: make GO_ARGS the default for functions beginning with ยทRuss Cox
2014-09-14syscall: add GO_ARGS to Go-called assemblyRuss Cox
2014-09-12syscall: add #include "funcdata.h" to files modified in last CLRuss Cox
2014-09-12syscall: make func Syscall use pointer maps from Go prototypesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox