On Tue, Jan 29, 2013 at 4:34 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > Ian Lance Taylor <i...@google.com> writes: > >> Looks like sparc64 broke for libgo when parallel garbage collection was >> introduced. This patch is an attempt to get it working again. >> Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu, not that >> that proves much. Committed to mainline. > > I needed the following patch on top of yours to get it to compile on > Solaris/SPARC. The #undefs are necessary to avoid redefinition > errors. This massivly improves Solaris/SPARC testsuite results, > though there are still a few common Solaris failures and a few others > that might be endianess issues.
Thanks. Committed to mainline. Ian