mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* ppc-opc.c: Restore COM to mfcr wrongly removed 2003-07-04.
This commit is contained in:
parent
f09801072e
commit
a9353e608e
@ -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'.
|
||||
|
@ -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 } },
|
||||
|
Loading…
Reference in New Issue
Block a user