* gas/hppa/more.parse/parse.exp (no subspace test): Only expect
authorJeff Law <law@redhat.com>
Thu, 24 Feb 1994 15:12:50 +0000 (15:12 +0000)
committerJeff Law <law@redhat.com>
Thu, 24 Feb 1994 15:12:50 +0000 (15:12 +0000)
        a failure if gas is not producing an ELF object.

gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/more.parse/parse.exp
gas/testsuite/gas/hppa/parse/parse.exp

index 1e9e86427f0f1a0e33fb4ef49a75eba8ed5c36fe..a4f78fab984b3ed55943886f70a9c651c4dde72c 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 24 07:11:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+        * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
+       a failure if gas is not producing an ELF object.
+
 Mon Feb 14 09:24:03 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * gas/hppa/basic/fmemLRbug.s: New test.
index e8123a02bbaab129201c2a38a0165a2909d8171b..fcd8f50c859b1dc2acba88ab0117ff13fa2a850f 100755 (executable)
@@ -138,8 +138,9 @@ if [istarget hppa*-*-*] then {
 
     # This file has code and assembler directives before switching into any
     # space/subspace pair.  This should report an error.
-    setup_xfail hppa*-*-hpux*
-    setup_xfail hppa*-*-bsd*
+    if ![istarget hppa*-*-*elf*] then {
+       setup_xfail hppa*-*-*
+    }
     gas_test_error "nosubspace.s" "" "Check for error if no subspace directive"
 
     # This file should return errors for both the ENTRY_GR and ENTRY_FR
index e8123a02bbaab129201c2a38a0165a2909d8171b..fcd8f50c859b1dc2acba88ab0117ff13fa2a850f 100755 (executable)
@@ -138,8 +138,9 @@ if [istarget hppa*-*-*] then {
 
     # This file has code and assembler directives before switching into any
     # space/subspace pair.  This should report an error.
-    setup_xfail hppa*-*-hpux*
-    setup_xfail hppa*-*-bsd*
+    if ![istarget hppa*-*-*elf*] then {
+       setup_xfail hppa*-*-*
+    }
     gas_test_error "nosubspace.s" "" "Check for error if no subspace directive"
 
     # This file should return errors for both the ENTRY_GR and ENTRY_FR
This page took 0.027934 seconds and 4 git commands to generate.