m68k-protos.h: Rename m68k_interrupt_function_p to m68k_get_function_kind.
[gcc.git] / gcc / testsuite / gcc.target / m68k / m68k.exp
index 9398d109cc606a690116618dd2170460191f868d..872802d958630fdcd9aed7345150bb437b8c0cf2 100644 (file)
@@ -17,7 +17,7 @@
 # GCC testsuite that uses the `dg.exp' driver.
 
 # Exit immediately if this isn't an m68k target.
-if ![istarget m68k*-*-*] then {
+if { ![istarget m68k*-*-*] && ![istarget fido*-*-*] } then {
   return
 }