From 8b579b7ab600ffae0095c3b1e878d01ad261dadc Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 6 Jun 2002 06:49:47 +0000 Subject: * 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(-) (limited to 'gas/testsuite') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cfc1eb5..4764d1b 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 e87f23b..0ed1470 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 cd49611..6fba41a 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 59bfc3e..028297d 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 3c62c52..e3deb55 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 9608478..ada5814 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 16c2ca3..5887270 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 2f2fefd..dcd353d 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 7db8045..3d38657 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" + } } -- cgit v1.1