]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgo: fix building, and some testing, on Solaris
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jan 2019 23:05:52 +0000 (23:05 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jan 2019 23:05:52 +0000 (23:05 +0000)
commit0e0a52c46627456f6e1e27b00741ad0cd278eb57
tree9dc7ee584a37d93ea00455a5ec27d75fa464bf58
parent4123e263f10b16111bce494e16d87bf05e78b174
libgo: fix building, and some testing, on Solaris

    Restore some of the fixes that were applied to golang_org/x/net/lif
    but were lost when 1.12 moved the directory to internal/x/net/lif.

    Add support for reading /proc to fetch argc/argv/env for c-archive mode.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268130 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/go/internal/x/net/lif/syscall.go
libgo/go/internal/x/net/lif/zsys_solaris.go [moved from libgo/go/internal/x/net/lif/zsys_solaris_amd64.go with 95% similarity]
libgo/go/runtime/signal_unix.go
libgo/runtime/go-libmain.c