Module Name:    src
Committed By:   matt
Date:           Thu Apr 14 08:05:00 UTC 2011

Modified Files:
        src/external/gpl3/binutils/dist/opcodes: mips-opc.c

Log Message:
Remove old mfcr/mtcr definitions


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/dist/opcodes/mips-opc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/opcodes/mips-opc.c
diff -u src/external/gpl3/binutils/dist/opcodes/mips-opc.c:1.4 src/external/gpl3/binutils/dist/opcodes/mips-opc.c:1.5
--- src/external/gpl3/binutils/dist/opcodes/mips-opc.c:1.4	Thu Apr 14 07:49:49 2011
+++ src/external/gpl3/binutils/dist/opcodes/mips-opc.c	Thu Apr 14 08:05:00 2011
@@ -961,8 +961,6 @@
 /* mtc2 is at the bottom of the table.  */
 /* mthc2 is at the bottom of the table.  */
 /* mtc3 is at the bottom of the table.  */
-{"mfcr",    "t,s",	0x70000018, 0xfc00ffff,	WR_t|RD_s,		0,		I64	},
-{"mtcr",    "t,s",	0x70000019, 0xfc00ffff,	WR_t|RD_s,		0,		I64	},
 {"mtdr",    "t,G",	0x7080003d, 0xffe007ff,	COD|RD_t|WR_C0,		0,		N5	},
 {"mthi",    "s",	0x00000011, 0xfc1fffff,	RD_s|WR_HI,		0,		I1	},
 {"mthi",    "s,7",	0x00000011, 0xfc1fe7ff, RD_s|WR_HI,		0,		D32	},

Reply via email to