aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2012-05-16 10:26:47 +0000
committerNathan Sidwell <nathan@codesourcery.com>2012-05-16 10:26:47 +0000
commitc1c30076b24c90ca83c889644d5e5f4a09ce4a9d (patch)
tree0e0e48250a0026e694ea9c43dd7d958a3087f974 /gas/config
parenteee3b786492c6a4564515f3a0ae4029645d73a01 (diff)
downloadgdb-c1c30076b24c90ca83c889644d5e5f4a09ce4a9d.zip
gdb-c1c30076b24c90ca83c889644d5e5f4a09ce4a9d.tar.gz
gdb-c1c30076b24c90ca83c889644d5e5f4a09ce4a9d.tar.bz2
* config/tc-m68k.c (m68k_cpus): Add 51ag, 51je, 51jf, 51jg, 51mm,
51qm variants.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-m68k.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c
index 9822b4a..21accf6 100644
--- a/gas/config/tc-m68k.c
+++ b/gas/config/tc-m68k.c
@@ -609,10 +609,16 @@ static const struct m68k_cpu m68k_cpus[] =
{mcfisa_a|mcfisa_c|mcfusp, mcf51_ctrl, "51", 0},
{mcfisa_a|mcfisa_c|mcfusp, mcf51_ctrl, "51ac", 1},
+ {mcfisa_a|mcfisa_c|mcfusp, mcf51_ctrl, "51ag", 1},
{mcfisa_a|mcfisa_c|mcfusp, mcf51_ctrl, "51cn", 1},
{mcfisa_a|mcfisa_c|mcfusp|mcfmac, mcf51_ctrl, "51em", 1},
+ {mcfisa_a|mcfisa_c|mcfusp|mcfmac, mcf51_ctrl, "51je", 1},
+ {mcfisa_a|mcfisa_c|mcfusp|mcfemac, mcf51_ctrl, "51jf", 1},
+ {mcfisa_a|mcfisa_c|mcfusp|mcfemac, mcf51_ctrl, "51jg", 1},
{mcfisa_a|mcfisa_c|mcfusp, mcf51_ctrl, "51jm", 1},
+ {mcfisa_a|mcfisa_c|mcfusp|mcfmac, mcf51_ctrl, "51mm", 1},
{mcfisa_a|mcfisa_c|mcfusp, mcf51_ctrl, "51qe", 1},
+ {mcfisa_a|mcfisa_c|mcfusp|mcfemac, mcf51_ctrl, "51qm", 1},
{mcfisa_a, mcf_ctrl, "5200", 0},
{mcfisa_a, mcf_ctrl, "5202", 1},