]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-04-23 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 23 Apr 2002 16:19:08 +0000 (16:19 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 23 Apr 2002 16:19:08 +0000 (16:19 +0000)
* gas/hppa/parse/parse.exp: Don't expect failure on line separator
test on hppa*-*-linux* nor hppa*-*-netbsd*.

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

index c479ec1fb0b0061add12919d1bc5bf18a1353a59..f07e89f2d1d347bddddf21f5d6d1369f79b716e3 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-23  H.J. Lu <hjl@gnu.org>
+
+       * gas/hppa/parse/parse.exp: Don't expect failure on line separator
+       test on hppa*-*-linux* nor hppa*-*-netbsd*.
+
 2002-04-22  Chris Demetriou  <cgd@broadcom.com>
 
        * gas/mips/mips-gp64-fp32.l: New file.
index 0dcef88805e9ce5d4c91f1ca89215b4964fa1353..0b397c9a5bf7c03b372c60a5682c1330d2581961 100644 (file)
@@ -119,8 +119,11 @@ proc do_valid_align_tests {} {
 }
 
 if [istarget hppa*-*-*] then {
-    # GAS-2.0 does not always parse ! as a line separator when it should.
-    setup_xfail hppa*-*-*
+    if { ![istarget hppa*-*-linux*] 
+        && ![istarget hppa*-*-netbsd*] } {
+       # GAS-2.0 does not always parse ! as a line separator when it should.
+       setup_xfail hppa*-*-*
+    }
     gas_test "linesepbug.s" "" "" "line separator bug"
 
     # Make sure GAS accepts syntax for accessing static data.