summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@rr.iij4u.or.jp>2004-02-09 12:45:52 +0000
committerKaz Kojima <kkojima@rr.iij4u.or.jp>2004-02-09 12:45:52 +0000
commit0228a7f146b3e7f82c365fd001853470b7b232b5 (patch)
treec1d2ef97ddbdaf840a3e447bc457255e6b3d018f /gas/testsuite/gas
parentcf69cf0c357dbead064f58b6e1639867a34cae9d (diff)
downloadbinutils-redhat-0228a7f146b3e7f82c365fd001853470b7b232b5.tar.gz
* gas/sh/basic.exp: Don't do sh4a tests for sh5.
Diffstat (limited to 'gas/testsuite/gas')
-rw-r--r--gas/testsuite/gas/sh/basic.exp13
1 files changed, 8 insertions, 5 deletions
diff --git a/gas/testsuite/gas/sh/basic.exp b/gas/testsuite/gas/sh/basic.exp
index 1fab0cc4b1..9d16e0eddc 100644
--- a/gas/testsuite/gas/sh/basic.exp
+++ b/gas/testsuite/gas/sh/basic.exp
@@ -1,4 +1,5 @@
-# Copyright (C) 1995, 1996, 1997, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004
+# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -140,11 +141,13 @@ if [istarget sh*-*-*] then {
}
if {[istarget sh*-*elf] || [istarget sh*-linux*]} then {
- run_dump_test "sh4a"
- run_dump_test "sh4a-fp"
+ if {![istarget "sh64*-*-*"] && ![istarget "sh5*-*-*"]} then {
+ run_dump_test "sh4a"
+ run_dump_test "sh4a-fp"
- run_dump_test "sh4a-dsp"
- run_dump_test "sh4al-dsp"
+ run_dump_test "sh4a-dsp"
+ run_dump_test "sh4al-dsp"
+ }
run_dump_test "pic"