]> gcc.gnu.org Git - gcc.git/commitdiff
* go.test/go-test.exp (go-set-goarch): Enable tests on s390[x].
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Wed, 5 Nov 2014 04:08:11 +0000 (04:08 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 5 Nov 2014 04:08:11 +0000 (04:08 +0000)
From-SVN: r217112

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

index 03a368453c3913b4670fe05bb672bedc2fe4a8c1..e10e99904b67aa8b5f738a41262c5b5988375110 100644 (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.
index 71272a3aa90f0618f0619f77e99605237e961819..25e405be5e5a6470eec65696f879b1c2399f5940 100644 (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"
This page took 0.072973 seconds and 5 git commands to generate.