* 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 cfc1eb570d2f1fe055b6408aa3d809f259866cac..4764d1b115120d29868211af089cc3362e990461 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 e87f23b15dffb3fb0655e07d3aa3ccf9d6a3483b..0ed1470b6602606c6803fbd916ed2b196d31a2d5 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic add/sh?add instruction tests.  
index cd496116aee76dc7aebd79e7605a0f55753794c7..6fba41a81a00eedfac9cb9931e6ee4933cc61b1f 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; More branching instructions than you ever knew what to do with.
index 59bfc3e8ba739ac0c71e0698cae7dcf9b1d9a9fe..028297dc3f16cc4aa108984934d8f1bd96d831e2 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; decimal correction instruction tests.  
index 3c62c5227d7d3b1e8baccf74849ae45c7cfbc5ad..e3deb55ecc35b51ff5234f800cf31b4e0e87191d 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic immediate instruction tests.  
index 96084781c751491d2d9e745a8ebdbe94b49ec314..ada581441e2b84761034245efee030b026251aa6 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic shladd instruction tests.  
index 16c2ca38ca91dcaae95350766133bc67033bac04..5887270f1a250d8b1a96292ae13a97ae711d981e 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic immediate instruction tests.  
index 2f2fefd656488ef16f237928e92d44d71dcf9792..dcd353d12696409a73c3731ee4182fb538697ed0 100644 (file)
@@ -1,3 +1,4 @@
+       .level 1.1
        .code
        .align 4
 ; Basic unit instruction tests.  
index 7db8045de4f796bbbdf1b4fd94b1ecf071f4958d..3d38657acc897c4e29932c1adad5ed2d54e5a97f 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"
+    }
 }