Browse Source

* gas/m68k/all.exp: Skip fmoveml on fido.

binutils-2_18-branch
Kazu Hirata 19 years ago
parent
commit
1bc5dc8712
  1. 4
      gas/testsuite/ChangeLog
  2. 7
      gas/testsuite/gas/m68k/all.exp

4
gas/testsuite/ChangeLog

@ -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

7
gas/testsuite/gas/m68k/all.exp

@ -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…
Cancel
Save