Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2006-05-05 19:41:23 +0400
committerThiemo Seufer <ths@networkno.de>2006-05-05 19:41:23 +0400
commit95d55a568f4634e974916a338952026a69ab0e51 (patch)
tree5c2f70792bf35924eb5988aeb6e00615a8977d4f /include/opcode/mips.h
parentf56b825e8abbfa70aa4f6f74709893adac3c6b17 (diff)
[ 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.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 61601f8d2..aa8040aec 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -646,6 +646,7 @@ enum
M_BNE,
M_BNE_I,
M_BNEL_I,
+ M_CACHE_AB,
M_DABS,
M_DADD_I,
M_DADDU_I,