go-test.exp (go-set-goarch): Use sparc64 for 64-bit SPARC.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 30 Mar 2011 21:14:04 +0000 (21:14 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 30 Mar 2011 21:14:04 +0000 (21:14 +0000)
* go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bit
SPARC.

From-SVN: r171751

gcc/testsuite/ChangeLog
gcc/testsuite/go.test/go-test.exp

index f36c147e0bd06546dc28c4f2f27b3254d2615b59..f7436e1bd67d78b6259c416dfff81f4c7ff1ef51 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bit
+       SPARC.
+
 2011-03-30  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/cpp0x/regress/error-recovery1.C: New.
index 11d9507ee77b8e5efef31f6d388c94880406068e..7c6c06ffd1107d112c46e833cd9d126c1c1218e3 100644 (file)
@@ -141,7 +141,7 @@ proc go-set-goarch { } {
            if [check_effective_target_ilp32] {
                set goarch "sparc"
            } else {
-               set goarch "sparcv9"
+               set goarch "sparc64"
            }
        }
        default {