libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Nov 2015 21:38:30 +0000 (21:38 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Nov 2015 21:38:30 +0000 (21:38 +0000)
commit5c55b1cf5fc3e238781256827faebd3990c565ad
treee38fc2fdc0a9b1da894862589e730173bb0f4948
parentb408dd85568c5d0c0a9673810280a8438753b60f
libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields

    Before Solaris 12 the sendfile function is found in -lsendfile, so look
    for it there.

    Solaris 12 adds some more types that use _in6_addr_t, that need to be
    edited in mksysinfo.

    Patch by Rainer Orth.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230132 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/configure
libgo/configure.ac
libgo/mksysinfo.sh