* gas/sh/basic.exp: Don't do sh4a tests for sh5.
authorKaz Kojima <kkojima@rr.iij4u.or.jp>
Mon, 9 Feb 2004 12:45:52 +0000 (12:45 +0000)
committerKaz Kojima <kkojima@rr.iij4u.or.jp>
Mon, 9 Feb 2004 12:45:52 +0000 (12:45 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/sh/basic.exp

index cc314d923b6d5c746e0b92affd7a25e0abe7d506..89535f020392f043d1d2d42e08b60fd45bfd4657 100644 (file)
@@ -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.
index 1fab0cc4b15f597bffba3fd7fdec61d59ade3667..9d16e0eddc733e6d9002af31875262467e81295e 100644 (file)
@@ -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"
 
This page took 0.02667 seconds and 4 git commands to generate.