2013-09-12 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
* gas/mips/bltzal.s: New file. * gas/mips/bltzal.l: New file. * gas/mips/mips.exp: Run the bltzal test.
This commit is contained in:
parent
173d34478a
commit
6f72df7710
@ -1,3 +1,9 @@
|
||||
2013-09-12 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
|
||||
|
||||
* gas/mips/bltzal.s: New file.
|
||||
* gas/mips/bltzal.l: New file.
|
||||
* gas/mips/mips.exp: Run the bltzal test.
|
||||
|
||||
2013-09-12 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gas/cfi/cfi-alpha-1.d: Update expected output to allow for
|
||||
|
7
gas/testsuite/gas/mips/bltzal.l
Normal file
7
gas/testsuite/gas/mips/bltzal.l
Normal file
@ -0,0 +1,7 @@
|
||||
.*: Assembler messages:
|
||||
.*:3: Error: the source register must not be \$31.*
|
||||
.*:4: Error: the source register must not be \$31.*
|
||||
.*:6: Error: the source register must not be \$31.*
|
||||
.*:7: Error: the source register must not be \$31.*
|
||||
.*:9: Error: the source register must not be \$31.*
|
||||
.*:10: Error: the source register must not be \$31.*
|
10
gas/testsuite/gas/mips/bltzal.s
Normal file
10
gas/testsuite/gas/mips/bltzal.s
Normal file
@ -0,0 +1,10 @@
|
||||
.set reorder
|
||||
test:
|
||||
bltzal $31, test
|
||||
bgezal $31, test
|
||||
.set mips2
|
||||
bltzall $31, test
|
||||
bgezall $31, test
|
||||
.set micromips
|
||||
bltzals $31, test
|
||||
bgezals $31, test
|
@ -1146,4 +1146,5 @@ if { [istarget mips*-*-vxworks*] } {
|
||||
run_dump_test_arches "ulh-reloc" [mips_arch_list_matching mips2]
|
||||
|
||||
run_dump_test "l_d-reloc"
|
||||
run_list_test "bltzal"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user