mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
[ 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:
parent
f56b825e8a
commit
95d55a568f
@ -1,3 +1,8 @@
|
|||||||
|
2006-05-05 Thiemo Seufer <ths@mips.com>
|
||||||
|
David Ung <davidu@mips.com>
|
||||||
|
|
||||||
|
* mips.h (enum): Add macro M_CACHE_AB.
|
||||||
|
|
||||||
2006-05-04 Thiemo Seufer <ths@mips.com>
|
2006-05-04 Thiemo Seufer <ths@mips.com>
|
||||||
Nigel Stephens <nigel@mips.com>
|
Nigel Stephens <nigel@mips.com>
|
||||||
David Ung <davidu@mips.com>
|
David Ung <davidu@mips.com>
|
||||||
|
@ -646,6 +646,7 @@ enum
|
|||||||
M_BNE,
|
M_BNE,
|
||||||
M_BNE_I,
|
M_BNE_I,
|
||||||
M_BNEL_I,
|
M_BNEL_I,
|
||||||
|
M_CACHE_AB,
|
||||||
M_DABS,
|
M_DABS,
|
||||||
M_DADD_I,
|
M_DADD_I,
|
||||||
M_DADDU_I,
|
M_DADDU_I,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user