mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
Fix disassembly of DLRS{H|B} instruction
This commit is contained in:
parent
3d5d550708
commit
60fc8cba61
@ -1,3 +1,8 @@
|
||||
2000-05-11 Thomas de Lellis <tdel@windriver.com>
|
||||
|
||||
* arm-opc.c: Disassembly of thumb ldsb/ldsh
|
||||
instructions changed to ldrsb/ldrsh.
|
||||
|
||||
2000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
|
||||
|
||||
* mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
|
||||
|
@ -213,7 +213,7 @@ static struct thumb_opcode thumb_opcodes[] =
|
||||
/* format 8 */
|
||||
{0x5200, 0xFE00, "strh\t%0-2r, [%3-5r, %6-8r]"},
|
||||
{0x5A00, 0xFE00, "ldrh\t%0-2r, [%3-5r, %6-8r]"},
|
||||
{0x5600, 0xF600, "lds%11?hb\t%0-2r, [%3-5r, %6-8r]"},
|
||||
{0x5600, 0xF600, "ldrs%11?hb\t%0-2r, [%3-5r, %6-8r]"},
|
||||
/* format 7 */
|
||||
{0x5000, 0xFA00, "str%10'b\t%0-2r, [%3-5r, %6-8r]"},
|
||||
{0x5800, 0xFA00, "ldr%10'b\t%0-2r, [%3-5r, %6-8r]"},
|
||||
|
Loading…
Reference in New Issue
Block a user