diff options
author | Adam Nemet <anemet@caviumnetworks.com> | 2008-07-07 19:11:15 +0000 |
---|---|---|
committer | Adam Nemet <anemet@caviumnetworks.com> | 2008-07-07 19:11:15 +0000 |
commit | c27e721e3e80bd3557657ce6175e0dc52233b977 (patch) | |
tree | cf10fd96355ecc42a3bba790dfd5c9403cc16517 /opcodes/ChangeLog | |
parent | 7b60c20e4c9e42d62f073e06303dd4ce41634125 (diff) | |
download | gdb-c27e721e3e80bd3557657ce6175e0dc52233b977.zip gdb-c27e721e3e80bd3557657ce6175e0dc52233b977.tar.gz gdb-c27e721e3e80bd3557657ce6175e0dc52233b977.tar.bz2 |
* mips-opc.c (CP): New macro.
(mips_builtin_opcodes): Mark c0, c2 and c3 as CP. Add Octeon to the
membership of di, dmfc0, dmtc0, ei, mfc0 and mtc0. Add dmfc2 and
dmtc2 Octeon instructions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ab435f5..762c724 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2008-07-07 Adam Nemet <anemet@caviumnetworks.com> + + * mips-opc.c (CP): New macro. + (mips_builtin_opcodes): Mark c0, c2 and c3 as CP. Add Octeon to the + membership of di, dmfc0, dmtc0, ei, mfc0 and mtc0. Add dmfc2 and + dmtc2 Octeon instructions. + 2008-07-07 Stan Shebs <stan@codesourcery.com> * dis-init.c (init_disassemble_info): Init endian_code field. |