* config/tc-m68k.c (mcf51qe_ctrl): Define 51QE control registers.

(m68k_cpus): Define 51QE cpu.
This commit is contained in:
Kazu Hirata 2007-08-28 13:36:35 +00:00
parent 7f6a71ffb6
commit f75192f2d0
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-08-28 Maxim Kuvyrkov <maxim@codesourcery.com>
* config/tc-m68k.c (mcf51qe_ctrl): Define 51QE control registers.
(m68k_cpus): Define 51QE cpu.
2007-08-28 Mark Shinwell <shinwell@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>

View File

@ -176,6 +176,10 @@ static const enum m68k_register mcf_ctrl[] = {
RAMBAR0, RAMBAR1, RAMBAR, MBAR,
0
};
static const enum m68k_register mcf51qe_ctrl[] = {
VBR,
0
};
static const enum m68k_register mcf5206_ctrl[] = {
CACR, ACR0, ACR1, VBR, RAMBAR0, RAMBAR_ALT, MBAR,
0
@ -559,6 +563,8 @@ static const struct m68k_cpu m68k_cpus[] =
{cpu32|m68881, cpu32_ctrl, "68341", 1},
{cpu32|m68881, cpu32_ctrl, "68349", 1},
{cpu32|m68881, cpu32_ctrl, "68360", 1},
{mcfisa_a|mcfisa_c|mcfusp, mcf51qe_ctrl, "51qe", 0},
{mcfisa_a, mcf_ctrl, "5200", 0},
{mcfisa_a, mcf_ctrl, "5202", 1},