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 /gas/testsuite | |
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 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/vr5400.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5c34e34..f9a9b97 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> + * gas/mips/vr5400.d: Update for a correct disassembly of + "racm.ob". + +2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> + * gas/mips/mips32.s: Adjust for the unified "break" syntax. Add another "break" case. Update the comment accordingly. * gas/mips/set-arch.s: Likewise. diff --git a/gas/testsuite/gas/mips/vr5400.d b/gas/testsuite/gas/mips/vr5400.d index 110490a..c13591c 100644 --- a/gas/testsuite/gas/mips/vr5400.d +++ b/gas/testsuite/gas/mips/vr5400.d @@ -119,7 +119,7 @@ Disassembly of section \.text: 0+01bc <stuff\+0x1bc> rzu\.ob \$f2,0xd 0+01c0 <stuff\+0x1c0> rach\.ob \$f2 0+01c4 <stuff\+0x1c4> racl\.ob \$f2 -0+01c8 <stuff\+0x1c8> bc2f 0+04c8 <stuff\+0x4c8> +0+01c8 <stuff\+0x1c8> racm\.ob \$f2 0+01cc <stuff\+0x1cc> wach\.ob \$f2 0+01d0 <stuff\+0x1d0> wacl\.ob \$f2,\$f4 0+01d4 <stuff\+0x1d4> rorv a0,a1,a2 |