Rainer Orth <r...@cebitec.uni-bielefeld.de> writes: > This patch led to many (all?) execution tests to fail on Solaris: > > Undefined first referenced > symbol in file > libgo_log.syslog.syslog_c > /var/gcc/regression/trunk/11-gcc-gas/build/i386-pc-solaris2.11/./libgo/.libs/libgo.so > ld: fatal: symbol referencing errors. No output written to > /var/gcc/regression/trunk/11-gcc-gas/build/gcc/testsuite/go/array-1.x > collect2: error: ld returned 1 exit status > > Fixed by the following patch. I've rebuilt libgo.so in mid-test and all > subsequent tests are now passing.
Thanks for sorting this out. Committed to mainline. Ian