* config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.

This commit is contained in:
Kazu Hirata 2007-03-16 18:08:58 +00:00
parent bbb88ebfcf
commit b37683797e
2 changed files with 5 additions and 0 deletions

View 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

View 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}