diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-11-10 21:38:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-11-10 21:38:30 +0000 |
commit | 88cf4de8b7eaa74622e2f7d1292563c9484a5007 (patch) | |
tree | e38fc2fdc0a9b1da894862589e730173bb0f4948 /gcc | |
parent | 732ea6d11de9ab398e14e6e2057c06835716fc0b (diff) | |
download | gcc-88cf4de8b7eaa74622e2f7d1292563c9484a5007.zip gcc-88cf4de8b7eaa74622e2f7d1292563c9484a5007.tar.gz gcc-88cf4de8b7eaa74622e2f7d1292563c9484a5007.tar.bz2 |
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
From-SVN: r230132
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index dd23a8f..d23a6cb 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -0c07751d139ef90a43ef7f299f925622a8792a9f +e3aef41ce0c5be81e2589e60d9cb0db1516e9e2d The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |