Rainer Orth writes:
> Fixed as follows (the comment explains why done this way).
>
> With that patch, I can at least link libgo.so and link a trivial Go
> program. Full bootstrap with run over the weekend.
Thanks.
Committed.
Ian
Rainer Orth writes:
> This patch is what I'm using for Solaris.
Thanks.
Committed.
Ian
Rainer Orth writes:
> I'm also checking IRIX 6.5 right now.
IRIX does need one additional change indeed. Without it, I get
/vol/gcc/src/hg/trunk/local/libgo/go/net/sockoptip.go:79:74: error: reference
to undefined identifier 'syscall.IPV6_UNICAST_HOPS'
/vol/gcc/src/hg/trunk/local/libgo/go/net
Ian Lance Taylor writes:
> I have committed a patch to libgo to update to the weekly.2012-01-20
> release. As usual this e-mail message only includes changes to files
> specific to gccgo. Bootstrapped and ran Go testsuite on
> x86_64-unknown-linux-gnu. Committed to mainline.
This patch (or th
I have committed a patch to libgo to update to the weekly.2012-01-20
release. As usual this e-mail message only includes changes to files
specific to gccgo. Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu. Committed to mainline.
Ian
diff -r dd654495ccfb libgo/MERGE
--- a/libgo/ME