From 786a183b1559bec8316eb8f44a7f85c7f87ac3c0 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 30 Mar 2011 21:14:04 +0000 Subject: [PATCH] go-test.exp (go-set-goarch): Use sparc64 for 64-bit SPARC. * go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bit SPARC. From-SVN: r171751 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/go.test/go-test.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f36c147e0bd..f7436e1bd67 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-03-30 Rainer Orth + + * go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bit + SPARC. + 2011-03-30 Jason Merrill * g++.dg/cpp0x/regress/error-recovery1.C: New. diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index 11d9507ee77..7c6c06ffd11 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -141,7 +141,7 @@ proc go-set-goarch { } { if [check_effective_target_ilp32] { set goarch "sparc" } else { - set goarch "sparcv9" + set goarch "sparc64" } } default {