[ gas/ChangeLog ]

* config/tc-mips.c (macro_build): Add case 'k' to handle cache
	instruction.
	(macro): Add new case M_CACHE_AB.

	[ opcodes/ChangeLog ]
	* mips-opc.c: Add macro for cache instruction.

	[ include/opcode/ChangeLog ]
	* mips.h (enum): Add macro M_CACHE_AB.
This commit is contained in:
Thiemo Seufer 2006-05-05 15:41:23 +00:00
parent 77df29685b
commit d43b4baf07
6 changed files with 28 additions and 0 deletions

View file

@ -646,6 +646,7 @@ enum
M_BNE,
M_BNE_I,
M_BNEL_I,
M_CACHE_AB,
M_DABS,
M_DADD_I,
M_DADDU_I,