mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
* gas/mri/mri.exp: Fix test of m6811/m6812 targets.
This commit is contained in:
parent
e629c13fd6
commit
31abcf7d04
@ -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]".
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user