Re: libgo patch committed: Update to current library

2012-12-19 Thread Rainer Orth
Hi Ian, > Sorry about that. This patch should fix the build. I have not yet it does, thanks. > tested whether it passes the tests. Bootstrapped on > x86_64-unknown-linux-gnu, which proves nothing since the file is not > used on GNU/Linux. Committed to mainline. I've tried it on i386-pc-sola

Re: libgo patch committed: Update to current library

2012-12-17 Thread Ian Lance Taylor
On Mon, Dec 17, 2012 at 6:49 AM, Rainer Orth wrote: > Ian Lance Taylor writes: > >> I've updated libgo to the current master Go library sources. As usual >> this e-mail only includes patches to files that are substantially >> specific to gccgo. The bulk of the patch is available from the >> rep

Re: libgo patch committed: Update to current library

2012-12-17 Thread Rainer Orth
Ian Lance Taylor writes: > I've updated libgo to the current master Go library sources. As usual > this e-mail only includes patches to files that are substantially > specific to gccgo. The bulk of the patch is available from the > repository or from the master Go repository. Bootstrapped and