mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* gas/mri/mri.exp: Fix test of m6811/m6812 targets.
This commit is contained in:
@ -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>
|
2001-02-26 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".
|
* 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"
|
gas_test "empty.s" "-M" "" "MRI empty macro"
|
||||||
run_dump_test semi
|
run_dump_test semi
|
||||||
|
|
||||||
if [istarget "m6811-*-*" || istarget "m6812-*-*"] {
|
if {[istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user