* go.test/go-test.exp (go-set-goarch): Enable tests on s390[x].

From-SVN: r217112
This commit is contained in:
Dominik Vogt 2014-11-05 04:08:11 +00:00 committed by Ian Lance Taylor
parent 350aa52801
commit 3cbdd8312a
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2014-11-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
* go.test/go-test.exp (go-set-goarch): Enable tests on s390[x].
* go.test/go-test.exp: In +build lines, require whitespace around
expected strings, fix check for negation.
2014-11-04 Marek Polacek <polacek@redhat.com>
* c-c++-common/ubsan/align-2.c: Remove dg-output.

View File

@ -244,6 +244,12 @@ proc go-set-goarch { } {
set goarch "ppc64"
}
}
"s390-*-*" {
set goarch "s390"
}
"s390x-*-*" {
set goarch "s390x"
}
"sparc*-*-*" {
if [check_effective_target_ilp32] {
set goarch "sparc"