* config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 16 Mar 2007 18:08:58 +0000 (18:08 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Fri, 16 Mar 2007 18:08:58 +0000 (18:08 +0000)
gas/ChangeLog
gas/config/tc-m68k.c

index 24ac6e7..d8c2bfa 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-16  Kazu Hirata  <kazu@codesourcery.com>
+
+       * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
+
 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (md_begin): Use i386_regtab_size to scan 
index 2bec370..c8ece14 100644 (file)
@@ -607,6 +607,7 @@ static const struct m68k_cpu m68k_cpus[] =
   {mcfisa_a|mcfisa_b|mcfhwdiv|mcfemac|mcfusp|cfloat, mcf5485_ctrl, "5485", -1},
   {mcfisa_a|mcfisa_b|mcfhwdiv|mcfemac|mcfusp|cfloat, mcf5485_ctrl, "548x", 0},
   
+  {fido_a,                             fido_ctrl, "fidoa", 0},
   {fido_a,                             fido_ctrl, "fido", 1},
 
   {0,NULL,NULL, 0}