* 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*".
This commit is contained in:
parent
1abffd82ca
commit
8b579b7ab6
9 changed files with 22 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; Basic add/sh?add instruction tests.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; More branching instructions than you ever knew what to do with.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; decimal correction instruction tests.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; Basic immediate instruction tests.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; Basic shladd instruction tests.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; Basic immediate instruction tests.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.level 1.1
|
||||
.code
|
||||
.align 4
|
||||
; Basic unit instruction tests.
|
||||
|
|
|
@ -257,5 +257,8 @@ if [istarget hppa*-*-*] then {
|
|||
do_common_test
|
||||
|
||||
# Test for an off-by-2 bug in range check for conditional branches
|
||||
# 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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue