forked from Imagelibrary/binutils-gdb
2011-03-11 Yao Qi <yao@codesourcery.com>
* arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-03-11 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
|
||||
|
||||
2011-03-11 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* common/aclocal.m4: Remove.
|
||||
|
||||
@@ -6003,9 +6003,6 @@ copy_ldr_str_ldrb_strb (struct gdbarch *gdbarch, uint32_t insn,
|
||||
else
|
||||
dsc->modinsn[5] = (insn & 0xfff00ff0) | 0x20003;
|
||||
|
||||
dsc->modinsn[6] = 0x0; /* breakpoint location. */
|
||||
dsc->modinsn[7] = 0x0; /* scratch space. */
|
||||
|
||||
dsc->numinsns = 6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user