syscall: add Hurd support
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 7 Feb 2019 03:11:47 +0000 (03:11 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 7 Feb 2019 03:11:47 +0000 (03:11 +0000)
commit4321f202f985f659e0150ee72ed3e14e554f9735
treefee209b557ac0c36614bc7f9a12f2d4559517db4
parent9fa4b2aa45d3ceec8f13cc6b1415a84d13254018
syscall: add Hurd support

    Loosely based on a patch by Svante Signell.

    Reviewed-on: https://go-review.googlesource.com/c/161518

From-SVN: r268603
12 files changed:
gcc/go/gofrontend/MERGE
libgo/go/syscall/errstr_glibc.go [new file with mode: 0644]
libgo/go/syscall/errstr_linux.go [deleted file]
libgo/go/syscall/exec_unix.go
libgo/go/syscall/libcall_glibc.go [new file with mode: 0644]
libgo/go/syscall/libcall_hurd.go [new file with mode: 0644]
libgo/go/syscall/libcall_hurd_386.go [new file with mode: 0644]
libgo/go/syscall/libcall_linux.go
libgo/go/syscall/libcall_posix.go
libgo/go/syscall/libcall_posix_nonhurd.go [new file with mode: 0644]
libgo/go/syscall/syscall_glibc.go [new file with mode: 0644]
libgo/go/syscall/syscall_linux.go [deleted file]