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

This commit is contained in:
Alexandre Oliva 2001-04-06 07:50:48 +00:00
parent dd484e5c56
commit 4dfea10551
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-04-06 Alexandre Oliva <aoliva@redhat.com>
* config/tc-mn10300.c (xr_registers): Added `pc'.
2001-04-05 Alan Modra <alan@linuxcare.com.au>
* configure.in: Add h8500-*-coff and h8500-*-rtems targets.

View File

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