On Fri, Apr 27, 2018 at 11:04 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Fri, Apr 27, 2018 at 11:00:41AM -0700, Ian Lance Taylor wrote: >> This libgo patch fixes the go tool to use Solaris assembler syntax for >> the buildid file. The Solaris assembler uses a different syntax for >> section directives. This is https://golang.org/cl/109140 ported over >> to gccgo. This fixes PR 85429. Bootstrapped and ran Go tests on >> x86_64-pc-linux-gnu and SPARC/Solaris 11 (there are other unrelated >> failures on SPARC Solaris). Committed to mainline. >> >> Release managers: OK for GCC 8 branch? > > Ok if you can commit very soon, would like to do rc2 shortly.
Thanks. Committed to branch. > BTW, could you please update gcc-8/changes.html for Go ? Done. Ian