Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2012 09:18:38 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 214502 for review
Message-ID:  <201207170918.q6H9IcU5039720@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@214502?ac=10

Change 214502 by rwatson@rwatson_svr_ctsrd_mipsbuild on 2012/07/17 09:17:35

	Merge CHERI assembler enhancements from CTSRD-CHERI/binutils:
	
	commit 7248f6e0b1e1262bebc404c50ac618e6f7d9c60e
	Author: Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
	Date:   Thu Jul 5 14:41:05 2012 +0100
	
	    Use indexed notation when instructions have an offset value or
	    register
	
	    cscr, clcr
	    cl[bhwd]
	    cl[bhwd]r
	    cs[bhwd]
	    cs[bhwd]r
	    cjr
	    cjalr

Affected files ...

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

Differences ...

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

@@ -197,8 +197,6 @@
 {"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	},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207170918.q6H9IcU5039720>