mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
2006-03-21 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (insns): Correct opcodes for ldrbt and strbt. gas/testsuite/ * gas/arm/thumb32.d: Correct expected output.
This commit is contained in:
parent
eb43171d33
commit
3e94bf1a01
@ -1,3 +1,7 @@
|
||||
2006-03-21 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/tc-arm.c (insns): Correct opcodes for ldrbt and strbt.
|
||||
|
||||
2006-03-20 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/tc-arm.c (BAD_BRANCH, BAD_NOT_IT): Define.
|
||||
|
@ -9034,9 +9034,9 @@ static const struct asm_opcode insns[] =
|
||||
CL(teqp, 130f000, 2, (RR, SH), cmp),
|
||||
|
||||
TC3(ldrt, 4300000, f8500e00, 2, (RR, ADDR), ldstt, t_ldstt),
|
||||
TC3(ldrbt, 4700000, f8300e00, 2, (RR, ADDR), ldstt, t_ldstt),
|
||||
TC3(ldrbt, 4700000, f8100e00, 2, (RR, ADDR), ldstt, t_ldstt),
|
||||
TC3(strt, 4200000, f8400e00, 2, (RR, ADDR), ldstt, t_ldstt),
|
||||
TC3(strbt, 4600000, f8200e00, 2, (RR, ADDR), ldstt, t_ldstt),
|
||||
TC3(strbt, 4600000, f8000e00, 2, (RR, ADDR), ldstt, t_ldstt),
|
||||
|
||||
TC3(stmdb, 9000000, e9000000, 2, (RRw, REGLST), ldmstm, t_ldmstm),
|
||||
TC3(stmfd, 9000000, e9000000, 2, (RRw, REGLST), ldmstm, t_ldmstm),
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-03-21 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* gas/arm/thumb32.d: Correct expected output.
|
||||
|
||||
2006-03-20 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* gas/arm/thumb2_bcond.d: New test.
|
||||
|
@ -523,8 +523,8 @@ Disassembly of section .text:
|
||||
0[0-9a-f]+ <[^>]+> e9c5 2300 strd r2, r3, \[r5\]
|
||||
0[0-9a-f]+ <[^>]+> e9c5 230c strd r2, r3, \[r5, #48\]
|
||||
0[0-9a-f]+ <[^>]+> e945 230c strd r2, r3, \[r5, #-48\]
|
||||
0[0-9a-f]+ <[^>]+> f835 1e00 ldrht r1, \[r5\]
|
||||
0[0-9a-f]+ <[^>]+> f835 1e30 ldrht r1, \[r5, #48\]
|
||||
0[0-9a-f]+ <[^>]+> f815 1e00 ldrbt r1, \[r5\]
|
||||
0[0-9a-f]+ <[^>]+> f815 1e30 ldrbt r1, \[r5, #48\]
|
||||
0[0-9a-f]+ <[^>]+> f915 1e00 ldrsbt r1, \[r5\]
|
||||
0[0-9a-f]+ <[^>]+> f915 1e30 ldrsbt r1, \[r5, #48\]
|
||||
0[0-9a-f]+ <[^>]+> f835 1e00 ldrht r1, \[r5\]
|
||||
|
Loading…
Reference in New Issue
Block a user