Andreas Schwab writes:
> Ian Lance Taylor 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 100
Ian Lance Taylor 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
+++ b/libg