* gas/all/gas.exp (incbin): Do not run on the PA.
authorJeff Law <law@redhat.com>
Fri, 23 Nov 2001 16:26:01 +0000 (16:26 +0000)
committerJeff Law <law@redhat.com>
Fri, 23 Nov 2001 16:26:01 +0000 (16:26 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp

index 699ae178a84449e6d4bccbcd6509609276d3dcf2..0e2994a90ebfd1d5bee3a519938736086f5e1011 100644 (file)
@@ -1,5 +1,7 @@
 Fri Nov 23 09:20:43 2001  Jeffrey A Law  (law@cygnus.com)
 
+       * gas/all/gas.exp (incbin): Do not run on the PA.
+
        * gas/hppa/parse/parse.exp: Expect failure on line separator bug.
 
 2001-11-16  Chris Demetriou  <cgd@broadcom.cOm>
index 87d3bac166cf2bcf1a7a6be2ac9af369e7b6fc47..4173dec8b68be979aeafc41616a92e25bc32de84 100644 (file)
@@ -152,8 +152,11 @@ proc test_cond {} {
     }
 }
 
+# This test is not suitable for the PA for various reasons
+# not limited to the fact that it depends on specific section
+# names appearing in the output file.
 # again, p2align doesn't work on c54x target
-if ![istarget *c54x*-*-*] then {
+if { ![istarget *c54x*-*-*] ![istarget hppa*-*-*] } then {
     test_cond
     run_dump_test incbin
 }
This page took 0.028317 seconds and 4 git commands to generate.