* gas/testsuite/gas/hppa/basic/add.s: Set code level to 1.1.
authorJeff Law <law@redhat.com>
Thu, 6 Jun 2002 06:49:47 +0000 (06:49 +0000)
committerJeff Law <law@redhat.com>
Thu, 6 Jun 2002 06:49:47 +0000 (06:49 +0000)
* gas/testsuite/gas/hppa/basic/branch.s: Likewise.
* gas/testsuite/gas/hppa/basic/dcor.s: Likewise.
* gas/testsuite/gas/hppa/basic/logical.s: Likewise.
* gas/testsuite/gas/hppa/basic/shladd.s: Likewise.
* gas/testsuite/gas/hppa/basic/sub.s: Likewise.
* gas/testsuite/gas/hppa/basic/unit.s: Likewise.
* gas/testsuite/gas/hppa/unsorted/unsorted.exp: Return if target
"*-*-linux*".

gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/basic/add.s
gas/testsuite/gas/hppa/basic/branch.s
gas/testsuite/gas/hppa/basic/dcor.s
gas/testsuite/gas/hppa/basic/logical.s
gas/testsuite/gas/hppa/basic/shladd.s
gas/testsuite/gas/hppa/basic/sub.s
gas/testsuite/gas/hppa/basic/unit.s
gas/testsuite/gas/hppa/unsorted/unsorted.exp

index cfc1eb5..4764d1b 100644 (file)
@@ -1,3 +1,14 @@
+2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gas/hppa/basic/add.s: Set code level to 1.1.
+       * gas/hppa/basic/branch.s: Likewise.
+       * gas/hppa/basic/dcor.s: Likewise.
+       * gas/hppa/basic/logical.s: Likewise.
+       * gas/hppa/basic/shladd.s: Likewise.
+       * gas/hppa/basic/sub.s: Likewise.
+       * gas/hppa/basic/unit.s: Likewise.
+       * gas/hppa/unsorted/unsorted.exp: Return if target "*-*-linux*".
+
 2002-05-31  Chris G. Demetriou  <cgd@broadcom.com>
 
        * gas/mips/sb1-ext-mdmx.s: New file.
index e87f23b..0ed1470 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic add/sh?add instruction tests.  
index cd49611..6fba41a 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; More branching instructions than you ever knew what to do with.
index 59bfc3e..028297d 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; decimal correction instruction tests.  
index 3c62c52..e3deb55 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic immediate instruction tests.  
index 9608478..ada5814 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic shladd instruction tests.  
index 16c2ca3..5887270 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic immediate instruction tests.  
index 2f2fefd..dcd353d 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic unit instruction tests.  
index 7db8045..3d38657 100644 (file)
@@ -257,5 +257,8 @@ if [istarget hppa*-*-*] then {
     do_common_test
 
     # Test for an off-by-2 bug in range check for conditional branches
-    gas_test_error "brlenbug.s" "" "Check for error(s) in branch length"
+    # The labels in brlenbug.s lack colons and are not linux compatible.
+    if {! [istarget *-*-linux*]} then {
+       gas_test_error "brlenbug.s" "" "Check for error(s) in branch length"
+    }
 }