diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2004-02-09 12:45:52 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2004-02-09 12:45:52 +0000 |
commit | 206eb3b641e0837d4c7bf00432e9ac3c29314743 (patch) | |
tree | 0f50be947ba4b9815939e7a1e47132a8f6a7c2f6 | |
parent | 3255318a047df68f30a4514400fdfbfac114d36d (diff) | |
download | gdb-206eb3b641e0837d4c7bf00432e9ac3c29314743.zip gdb-206eb3b641e0837d4c7bf00432e9ac3c29314743.tar.gz gdb-206eb3b641e0837d4c7bf00432e9ac3c29314743.tar.bz2 |
* gas/sh/basic.exp: Don't do sh4a tests for sh5.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/sh/basic.exp | 13 |
2 files changed, 12 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cc314d9..89535f0 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-09 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * gas/sh/basic.exp: Don't do sh4a tests for sh5. + 2004-02-06 Nathan Sidwell <nathan@codesourcery.com> * gas/macros/test2.s: Lowercase it. diff --git a/gas/testsuite/gas/sh/basic.exp b/gas/testsuite/gas/sh/basic.exp index 1fab0cc..9d16e0e 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" |