* gas/mri/mri.exp: Fix test of m6811/m6812 targets.

This commit is contained in:
Stephane Carrez 2001-03-18 10:18:24 +00:00
parent e629c13fd6
commit 31abcf7d04
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* gas/mri/mri.exp: Fix test of m6811/m6812 targets.
2001-02-26 H.J. Lu <hjl@gnu.org>
* gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".

View File

@ -21,7 +21,7 @@ run_dump_test comment
gas_test "empty.s" "-M" "" "MRI empty macro"
run_dump_test semi
if [istarget "m6811-*-*" || istarget "m6812-*-*"] {
if {[istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return
}