* config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace

{ "cc", 68 }, with { "cr", 70 }.
This commit is contained in:
Alan Modra 2004-08-16 03:04:47 +00:00
parent 327c1315a0
commit 80f846b670
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-08-16 Alan Modra <amodra@bigpond.net.au>
* config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
{ "cc", 68 }, with { "cr", 70 }.
2004-08-13 Jan Beulich <jbeulich@novell.com>
Nick Clifton <nickc@redhat.com>

View File

@ -6038,7 +6038,7 @@ tc_ppc_regname_to_dw2regnum (const char *regname)
{
{ "sp", 1 }, { "r.sp", 1 }, { "rtoc", 2 }, { "r.toc", 2 },
{ "mq", 64 }, { "lr", 65 }, { "ctr", 66 }, { "ap", 67 },
{ "cc", 68 }, { "xer", 76 }, { "vrsave", 109 }, { "vscr", 110 },
{ "cr", 70 }, { "xer", 76 }, { "vrsave", 109 }, { "vscr", 110 },
{ "spe_acc", 111 }, { "spefscr", 112 }
};