* config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].

(mcf53017_ctrl): Fix RAMBAR.
This commit is contained in:
Maxim Kuvyrkov 2009-07-27 20:05:03 +00:00
parent 9fef968a22
commit b345c8c262
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
* config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].
(mcf53017_ctrl): Fix RAMBAR.
2009-07-27 Jan Beulich <jbeulich@novell.com>
* obj-elf.c (elf_file_symbol): Replace symbol name set up by

View File

@ -210,7 +210,7 @@ static const enum m68k_register mcf52223_ctrl[] = {
0
};
static const enum m68k_register mcf52235_ctrl[] = {
VBR, CACR, ACR0, ACR1, FLASHBAR, RAMBAR, RAMBAR1,
VBR, FLASHBAR, RAMBAR, RAMBAR1,
0
};
static const enum m68k_register mcf5225_ctrl[] = {
@ -258,7 +258,7 @@ static const enum m68k_register mcf5282_ctrl[] = {
0
};
static const enum m68k_register mcf53017_ctrl[] = {
VBR, CACR, ACR0, ACR1, RAMBAR0, RAMBAR,
VBR, CACR, ACR0, ACR1, RAMBAR, RAMBAR1,
0
};
static const enum m68k_register mcf5307_ctrl[] = {