diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-05-04 15:45:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2007-05-04 15:45:21 +0000 |
commit | 1bc5dc87121d332679c5663f89abc6960ab4e6a6 (patch) | |
tree | 0c2b5a6f49404866220b37b53ed5f8d040c6a2f4 /gas | |
parent | 3410fea824b6da85a6abdcb5c4916976afc745ce (diff) | |
download | gdb-1bc5dc87121d332679c5663f89abc6960ab4e6a6.zip gdb-1bc5dc87121d332679c5663f89abc6960ab4e6a6.tar.gz gdb-1bc5dc87121d332679c5663f89abc6960ab4e6a6.tar.bz2 |
* gas/m68k/all.exp: Skip fmoveml on fido.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/all.exp | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 309acb5..2bbb56c 100644 --- a/gas/testsuite/ChangeLog +++ b/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 diff --git a/gas/testsuite/gas/m68k/all.exp b/gas/testsuite/gas/m68k/all.exp index 069d4af..7153e7b 100644 --- a/gas/testsuite/gas/m68k/all.exp +++ b/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 |