mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
* win32-arm-low.c (arm_wince_breakpoint): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||||
|
|
||||||
|
* win32-arm-low.c (arm_wince_breakpoint): Fix typo.
|
||||||
|
|
||||||
2007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* remote-utils.c (look_up_one_symbol): Handle 'm' packets.
|
* remote-utils.c (look_up_one_symbol): Handle 'm' packets.
|
||||||
|
@ -105,7 +105,7 @@ arm_store_inferior_register (win32_thread_info *th, int r)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Correct in either endianness. We do not support Thumb yet. */
|
/* Correct in either endianness. We do not support Thumb yet. */
|
||||||
static const unsigned long arm_wince_breakpoint = 0xe6000001;
|
static const unsigned long arm_wince_breakpoint = 0xe6000010;
|
||||||
#define arm_wince_breakpoint_len 4
|
#define arm_wince_breakpoint_len 4
|
||||||
|
|
||||||
struct win32_target_ops the_low_target = {
|
struct win32_target_ops the_low_target = {
|
||||||
|
Reference in New Issue
Block a user