summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/syscall_linux_alpha.go
AgeCommit message (Collapse)Author
2017-10-15 PR go/82559ian
Backport from mainline: https://golang.org/cl/46712 https://golang.org/cl/46839 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@253770 138bc75d-0d04-0410-961f-82ee72b054a4
2012-01-31syscall: Don't use PtraceRegs if it is not defined.ian
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183758 138bc75d-0d04-0410-961f-82ee72b054a4
2011-10-23Implement new syscall package.ian
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180345 138bc75d-0d04-0410-961f-82ee72b054a4