diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-m68k.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index 2bec370..c8ece14 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -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} |