PERFORCE change 214503 for review

Robert Watson rwatson at FreeBSD.org
Tue Jul 17 09:24:09 UTC 2012


http://p4web.freebsd.org/@@214503?ac=10

Change 214503 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/07/17 09:24:03

	Back out last change -- misuse of git led to premature merging of
	one change, and lack of merging of another.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/contrib/binutils/opcodes/mips-opc.c#4 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/contrib/binutils/opcodes/mips-opc.c#4 (text+ko) ====

@@ -197,6 +197,8 @@
 {"cincbase","+w,+b,m",	0x48800001, 0xffe0003f,	0,			0,		I1	},
 {"cmove",   "+w,+b",	0x48800001, 0xffe007ff,	0,			0,		I1	},
 {"csetlen", "+w,+b,m",	0x48800000, 0xffe0003f,	0,			0,		I1	},
+{"cdeclen", "+w,+b,m",	0x48800000, 0xffe0003f,	0,			0,		I1	}, /* DEPRECATED */
+{"cdecleng","+w,+b,m",	0x48800000, 0xffe0003f,	0,			0,		I1	}, /* DEPRECATED */
 {"candperm","+w,+b,m",	0x48800006, 0xffe0003f,	0,			0,		I1	},
 {"cscr",    "+w,+b,m",	0x49200000, 0xffe0003f,	0,			0,		I1	},
 {"clcr",    "+w,+b,m",	0x49400000, 0xffe0003f,	0,			0,		I1	},


More information about the p4-projects mailing list