diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-21 15:42:23 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-21 15:42:23 +0000 |
commit | 5f1f093f8a9b74753178085ec44df9c4d769d226 (patch) | |
tree | 052040d56f90af6929b9c7c3bde22325137a81fe /gcc/testsuite/gcc.dg/weak | |
parent | c20f8a1d2b88cf73582933dd2ae1b16ec44f5cfa (diff) | |
download | gcc-5f1f093f8a9b74753178085ec44df9c4d769d226.tar.gz |
* gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
* gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58361 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/weak')
-rw-r--r-- | gcc/testsuite/gcc.dg/weak/typeof-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/weak/typeof-2.c b/gcc/testsuite/gcc.dg/weak/typeof-2.c index de7e2c9343e..f2c7c07f6d7 100644 --- a/gcc/testsuite/gcc.dg/weak/typeof-2.c +++ b/gcc/testsuite/gcc.dg/weak/typeof-2.c @@ -32,5 +32,5 @@ int bar3 (int x) // { dg-final { if [string match sh-*-* $target_triplet ] {return} } } // { dg-final { if [string match {sh[elb1-9]*-*-*} $target_triplet ] {return} } } // Likewise for S/390 targets -// { dg-final { if [string match s390-*-* $target_triplet ] {return} } } +// { dg-final { if [string match s390*-*-* $target_triplet ] {return} } } // { dg-final { scan-assembler "baz3.*baz3.*baz3.*baz3.*baz3.*baz3" } } |