Hi Than,
> Thanks for catching that.
>
> I don't have access to test machines, but could you possibly try the
> attached patch?
I just did. However, it made no difference, while a full reversal of
the patch fixed all new go and libgo failures on sparc-sun-solaris2.11.
Rainer
--
--
Thanks for catching that.
I don't have access to test machines, but could you possibly try the
attached patch?
Thanks, Than
On Thu, May 3, 2018 at 3:03 PM Rainer Orth
wrote:
> Hi Ian,
> > This patch by Than McIntosh breaks the dependence of go-unwind.c on
> > unwind-pe.h, by adding the requ
Hi Ian,
> This patch by Than McIntosh breaks the dependence of go-unwind.c on
> unwind-pe.h, by adding the required definitions and code directly to
> go-unwind.c. go-unwind.c still depends on the public unwind.h API.
> This makes it easier to build libgo separately. Bootstrapped and ran
> Go te
This patch by Than McIntosh breaks the dependence of go-unwind.c on
unwind-pe.h, by adding the required definitions and code directly to
go-unwind.c. go-unwind.c still depends on the public unwind.h API.
This makes it easier to build libgo separately. Bootstrapped and ran
Go testsuite on x86_64-p