Rainer Orth <[email protected]> writes:
> 2011-03-24 Rainer Orth <[email protected]>
>
> go:
> * go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bit SPARC.
> diff -r de1b3baf021b gcc/testsuite/go.test/go-test.exp
> --- a/gcc/testsuite/go.test/go-test.exp Thu Mar 24 13:19:30 2011 +0100
> +++ b/gcc/testsuite/go.test/go-test.exp Thu Mar 24 13:22:43 2011 +0100
> @@ -129,7 +129,7 @@
> if [check_effective_target_ilp32] {
> set goarch "sparc"
> } else {
> - set goarch "sparcv9"
> + set goarch "sparc64"
> }
> }
> default {
Thanks, I just committed this patch to mainline.
I'm working on the other ones.
Ian