2002-02-18 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Mon, 18 Feb 2002 23:44:17 +0000 (23:44 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 18 Feb 2002 23:44:17 +0000 (23:44 +0000)
        * gas/sh/basic.exp: Don't run PIC tests for targets that don't
        support it.

gas/testsuite/ChangeLog
gas/testsuite/gas/sh/basic.exp

index 8506090ece7f04212465874067b594197114068c..d7c4d7deb7a8764929b31e2346e421d483e3b0b1 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gas/sh/basic.exp: Don't run PIC tests for targets that don't
+       support it.
+
 2002-02-14  Tom Rix  <trix@redhat.com>
 
        * gas/ppc/ppc.exp: Add xcoff altivec tests.
index d68ac0a9f9a972cd3e1d1891f145d6aef0eefa1a..1f9608696f79e8d4edaebd83583adc3fc884ee83 100644 (file)
@@ -91,7 +91,9 @@ if [istarget sh*-*-*] then {
     # Test DSP instructions
     run_dump_test "dsp"
 
-    run_dump_test "pic"
+    if {[istarget sh*-*elf] || [istarget sh*-linux*]} then {
+       run_dump_test "pic"
+    }
 
     run_dump_test "pcrel"
 }
This page took 0.027815 seconds and 4 git commands to generate.