From 8b579b7ab600ffae0095c3b1e878d01ad261dadc Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 6 Jun 2002 06:49:47 +0000 Subject: [PATCH] * gas/testsuite/gas/hppa/basic/add.s: Set code level to 1.1. * 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 | 11 +++++++++++ gas/testsuite/gas/hppa/basic/add.s | 1 + gas/testsuite/gas/hppa/basic/branch.s | 1 + gas/testsuite/gas/hppa/basic/dcor.s | 1 + gas/testsuite/gas/hppa/basic/logical.s | 1 + gas/testsuite/gas/hppa/basic/shladd.s | 1 + gas/testsuite/gas/hppa/basic/sub.s | 1 + gas/testsuite/gas/hppa/basic/unit.s | 1 + gas/testsuite/gas/hppa/unsorted/unsorted.exp | 5 ++++- 9 files changed, 22 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cfc1eb570d..4764d1b115 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2002-06-06 John David Anglin + + * 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 * gas/mips/sb1-ext-mdmx.s: New file. diff --git a/gas/testsuite/gas/hppa/basic/add.s b/gas/testsuite/gas/hppa/basic/add.s index e87f23b15d..0ed1470b66 100644 --- a/gas/testsuite/gas/hppa/basic/add.s +++ b/gas/testsuite/gas/hppa/basic/add.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; Basic add/sh?add instruction tests. diff --git a/gas/testsuite/gas/hppa/basic/branch.s b/gas/testsuite/gas/hppa/basic/branch.s index cd496116ae..6fba41a81a 100644 --- a/gas/testsuite/gas/hppa/basic/branch.s +++ b/gas/testsuite/gas/hppa/basic/branch.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; More branching instructions than you ever knew what to do with. diff --git a/gas/testsuite/gas/hppa/basic/dcor.s b/gas/testsuite/gas/hppa/basic/dcor.s index 59bfc3e8ba..028297dc3f 100644 --- a/gas/testsuite/gas/hppa/basic/dcor.s +++ b/gas/testsuite/gas/hppa/basic/dcor.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; decimal correction instruction tests. diff --git a/gas/testsuite/gas/hppa/basic/logical.s b/gas/testsuite/gas/hppa/basic/logical.s index 3c62c5227d..e3deb55ecc 100644 --- a/gas/testsuite/gas/hppa/basic/logical.s +++ b/gas/testsuite/gas/hppa/basic/logical.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; Basic immediate instruction tests. diff --git a/gas/testsuite/gas/hppa/basic/shladd.s b/gas/testsuite/gas/hppa/basic/shladd.s index 96084781c7..ada581441e 100644 --- a/gas/testsuite/gas/hppa/basic/shladd.s +++ b/gas/testsuite/gas/hppa/basic/shladd.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; Basic shladd instruction tests. diff --git a/gas/testsuite/gas/hppa/basic/sub.s b/gas/testsuite/gas/hppa/basic/sub.s index 16c2ca38ca..5887270f1a 100644 --- a/gas/testsuite/gas/hppa/basic/sub.s +++ b/gas/testsuite/gas/hppa/basic/sub.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; Basic immediate instruction tests. diff --git a/gas/testsuite/gas/hppa/basic/unit.s b/gas/testsuite/gas/hppa/basic/unit.s index 2f2fefd656..dcd353d126 100644 --- a/gas/testsuite/gas/hppa/basic/unit.s +++ b/gas/testsuite/gas/hppa/basic/unit.s @@ -1,3 +1,4 @@ + .level 1.1 .code .align 4 ; Basic unit instruction tests. diff --git a/gas/testsuite/gas/hppa/unsorted/unsorted.exp b/gas/testsuite/gas/hppa/unsorted/unsorted.exp index 7db8045de4..3d38657acc 100644 --- a/gas/testsuite/gas/hppa/unsorted/unsorted.exp +++ b/gas/testsuite/gas/hppa/unsorted/unsorted.exp @@ -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" + } }