On Thu, Jun 5, 2014 at 3:24 AM, Matthias Klose <[email protected]> wrote: > Am 05.06.2014 03:28, schrieb Ian Lance Taylor: >> I have committed a patch to libgo to merge from revision >> 18783:00cce3a34d7e of the master library. This revision was committed >> January 7. I picked this revision to merge to because the next revision >> deleted a file that is explicitly merged in by the libgo/merge.sh >> script. >> >> Among other things, this patch changes type descriptors to add a new >> pointer to a zero value. In gccgo this is implemented as a common >> variable, and that requires some changes to the compiler and a small >> change to go-gcc.cc. >> >> As usual the patch is too large to include in this e-mail message. I've >> appended the changes to parts of libgo that are more gccgo-specific. >> >> Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. >> Committed to mainline. > > Is it time to bump the soname on trunk?
Yes, I'll do that when I've merged gccgo all the way up to the Go 1.3 release. Ian
