]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
m68k.c (all_isas): Remove FL_CF_FPU and FL_CF_EMAC from the entry for isac.
authorNathan Sidwell <nathan@codesourcery.com>
Sun, 17 Jun 2007 13:07:03 +0000 (13:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 17 Jun 2007 13:07:03 +0000 (13:07 +0000)
* config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and
FL_CF_EMAC from the entry for isac.

From-SVN: r125773

gcc/ChangeLog
gcc/config/m68k/m68k.c

index 21cdb03c5c28d8b4807c5b1fdd36a97d3149259a..a51abb73c5407b4c477c072c878654a24ca9a7e2 100644 (file)
@@ -4,6 +4,9 @@
        * config/m68k/m68k.md: Use ISA_HAS_FF1 and ISA_HAS_MVS_MVZ as
        appropriate.
 
+       * config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and
+       FL_CF_EMAC from the entry for isac.
+
 2007-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * config/sparc/sparc.c (sparc_vis_init_builtins): Retrieve the
index 2d0cdc68454ec62f509a6119daf2c655c09e9456..6607ae1c20d31fb7d1eb5616d78ff37513bb727e 100644 (file)
@@ -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 }
 };