* ppc-opc.c: Restore COM to mfcr wrongly removed 2003-07-04.

This commit is contained in:
Alan Modra 2006-11-06 00:46:07 +00:00
parent f09801072e
commit a9353e608e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-11-06 Troy Rollo <troy@corvu.com.au>
* ppc-opc.c: Restore COM to mfcr wrongly removed 2003-07-04.
2006-11-01 Mei Ligang <ligang@sunnorth.com.cn>
* score-opc.h (score_opcodes): Delete modifier '0x'.

View File

@ -3383,7 +3383,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "isel", XISEL(31,15), XISEL_MASK, PPCISEL, { RT, RA, RB, CRB } },
{ "mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, { RT, FXM } },
{ "mfcr", X(31,19), XRARB_MASK, NOPOWER4, { RT } },
{ "mfcr", X(31,19), XRARB_MASK, NOPOWER4 | COM, { RT } },
{ "mfcr", X(31,19), XFXFXM_MASK, POWER4, { RT, FXM4 } },
{ "lwarx", X(31,20), XEH_MASK, PPC, { RT, RA0, RB, EH } },