diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2004-07-20 17:59:00 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2004-07-20 17:59:00 +0000 |
commit | 6f14957b2c0a2a4f98e27a3c908ba168f36557e5 (patch) | |
tree | 4ae520b58cf94378b0d74e754fd475fe818a271d /opcodes/ChangeLog | |
parent | 01a3f561abcabb8b794dfa8a580691075dbf03c6 (diff) | |
download | gdb-6f14957b2c0a2a4f98e27a3c908ba168f36557e5.zip gdb-6f14957b2c0a2a4f98e27a3c908ba168f36557e5.tar.gz gdb-6f14957b2c0a2a4f98e27a3c908ba168f36557e5.tar.bz2 |
opcodes/
* mips-opc.c (mips_builtin_opcodes): Move coprocessor 2
move/branch operations to the bottom so that VR5400 multimedia
instructions take precedence in disassembly.
gas/testsuite/
* gas/mips/vr5400.d: Update for a correct disassembly of
"racm.ob".
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6976666..23f2e1d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,11 @@ 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> + * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2 + move/branch operations to the bottom so that VR5400 multimedia + instructions take precedence in disassembly. + +2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> + * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32 ISA-specific "break" encoding. |