Re: libgo patch committed: Fix testsuite on PPC

2012-06-25 Thread Ian Lance Taylor
Andreas Schwab sch...@linux-m68k.org writes: Ian Lance Taylor i...@google.com writes: @@ -326,13 +336,18 @@ } { +text=T +case $GOARCH in +ppc*) text=D ;; This is wrong for ppc. Andreas. diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index

Re: libgo patch committed: Fix testsuite on PPC

2012-06-08 Thread Andreas Schwab
Ian Lance Taylor i...@google.com writes: @@ -326,13 +336,18 @@ } { + text=T + case $GOARCH in + ppc*) text=D ;; This is wrong for ppc. Andreas. diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index da1162e..208cbaf 100755 --- a/libgo/testsuite/gotest +++