* config/tc-mn10300.c (xr_registers): Move `pc'...

(other_registers): ... here.
This commit is contained in:
Alexandre Oliva 2002-01-23 01:52:18 +00:00
parent 3d2c237685
commit b386f24b4a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-01-22 Alexandre Oliva <aoliva@redhat.com>
* config/tc-mn10300.c (xr_registers): Move `pc'...
(other_registers): ... here.
2002-01-21 DJ Delorie <dj@redhat.com>
* config/obj-coff.c (obj_coff_init_stab_section): Make the

View File

@ -212,7 +212,6 @@ static const struct reg_name xr_registers[] =
{ "mcrl", 3 },
{ "mcvf", 4 },
{ "mdrq", 1 },
{ "pc", 0 },
{ "sp", 0 },
{ "xr0", 0 },
{ "xr1", 1 },
@ -238,6 +237,7 @@ static const struct reg_name xr_registers[] =
static const struct reg_name other_registers[] =
{
{ "mdr", 0 },
{ "pc", 0 },
{ "psw", 0 },
{ "sp", 0 },
};