diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-05-05 15:41:23 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-05-05 15:41:23 +0000 |
commit | d43b4baf078e9ebb63508ccb8a9d9f0f2416655a (patch) | |
tree | 80c9a9e8894c82e47baeea1ebef6827b1c16cf83 /gas/ChangeLog | |
parent | 77df29685b94bf65d393172abf0a8755205d3426 (diff) | |
download | gdb-d43b4baf078e9ebb63508ccb8a9d9f0f2416655a.zip gdb-d43b4baf078e9ebb63508ccb8a9d9f0f2416655a.tar.gz gdb-d43b4baf078e9ebb63508ccb8a9d9f0f2416655a.tar.bz2 |
[ 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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4091738..6bac5b5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2006-05-05 Thiemo Seufer <ths@mips.com> + David Ung <davidu@mips.com> + + * config/tc-mips.c (macro_build): Add case 'k' to handle cache + instruction. + (macro): Add new case M_CACHE_AB. + 2006-05-04 Kazu Hirata <kazu@codesourcery.com> * config/tc-arm.c (opcode_tag): Add OT_cinfix3_deprecated. |