syscall: don't use pt_regs in clone_linux.c
commitda034eb77a40a4b2cf4f9266f4dd720eeeac4861
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Oct 2016 04:19:57 +0000 (13 04:19 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Oct 2016 04:19:57 +0000 (13 04:19 +0000)
treed6c8cf29ef312b18ed9521974c8161835c720582
parenta70bfd3e7ace912ecf8a07ab254f5738509a48a4
syscall: don't use pt_regs in clone_linux.c

    It's unnecessary and it reportedly breaks the build on arm64 GNU/Linux.

    Reviewed-on: https://go-review.googlesource.com/30978

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241084 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/syscall/clone_linux.c