aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2007-06-17 13:07:03 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-06-17 13:07:03 +0000
commitfe116068c2232a0ebd543418f175a8ff64f86bf0 (patch)
treee5f0cf6f912233c0ae2f8def63edefc141837843 /gcc/config/m68k
parent59c92f760e95933407d1db1c086237ca39592b82 (diff)
downloadgcc-fe116068c2232a0ebd543418f175a8ff64f86bf0.zip
gcc-fe116068c2232a0ebd543418f175a8ff64f86bf0.tar.gz
gcc-fe116068c2232a0ebd543418f175a8ff64f86bf0.tar.bz2
m68k.c (all_isas): Remove FL_CF_FPU and FL_CF_EMAC from the entry for isac.
* config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and FL_CF_EMAC from the entry for isac. From-SVN: r125773
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r--gcc/config/m68k/m68k.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c
index 2d0cdc6..6607ae1 100644
--- a/gcc/config/m68k/m68k.c
+++ b/gcc/config/m68k/m68k.c
@@ -296,9 +296,7 @@ static const struct m68k_target_selection all_isas[] =
{ "isaaplus", mcf5271, NULL, ucfv2, isa_aplus, (FL_FOR_isa_aplus
| FL_CF_HWDIV) },
{ "isab", mcf5407, NULL, ucfv4, isa_b, FL_FOR_isa_b },
- { "isac", unk_device, NULL, ucfv4, isa_c, (FL_FOR_isa_c
- | FL_CF_FPU
- | FL_CF_EMAC) },
+ { "isac", unk_device, NULL, ucfv4, isa_c, FL_FOR_isa_c },
{ NULL, unk_device, NULL, unk_arch, isa_max, 0 }
};