mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* gas/m68k/all.exp: Skip fmoveml on fido.
This commit is contained in:
parent
3410fea824
commit
1bc5dc8712
@ -1,3 +1,7 @@
|
||||
2007-05-04 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* gas/m68k/all.exp: Skip fmoveml on fido.
|
||||
|
||||
2007-05-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gas/4460
|
||||
|
@ -42,7 +42,12 @@ if { [istarget m68*-*-*] || [istarget fido*-*-*] } then {
|
||||
}
|
||||
|
||||
run_dump_test link
|
||||
run_dump_test fmoveml
|
||||
|
||||
# fido does not have a floating point unit.
|
||||
if ![istarget fido-*-*] then {
|
||||
run_dump_test fmoveml
|
||||
}
|
||||
|
||||
run_dump_test mcf-mov3q
|
||||
run_dump_test mode5
|
||||
run_dump_test mcf-mac
|
||||
|
Loading…
Reference in New Issue
Block a user