| Index: gdb/arm-wince-tdep.c
|
| diff --git a/gdb/arm-wince-tdep.c b/gdb/arm-wince-tdep.c
|
| index dabdf9ede0aa513061a97bb76d90aa3cad59aeec..5bc6473468ab456a0583f1fd9c0b61f1403e1f6f 100644
|
| --- a/gdb/arm-wince-tdep.c
|
| +++ b/gdb/arm-wince-tdep.c
|
| @@ -44,7 +44,7 @@ arm_pe_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc)
|
| enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
| ULONGEST indirect;
|
| struct minimal_symbol *indsym;
|
| - char *symname;
|
| + const char *symname;
|
| CORE_ADDR next_pc;
|
|
|
| /* The format of an ARM DLL trampoline is:
|
| @@ -84,7 +84,7 @@ arm_pe_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc)
|
| the address of the instruction following that call. Otherwise, it
|
| simply returns PC. */
|
|
|
| -CORE_ADDR
|
| +static CORE_ADDR
|
| arm_wince_skip_main_prologue (struct gdbarch *gdbarch, CORE_ADDR pc)
|
| {
|
| enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|