* blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
[deliverable/binutils-gdb.git] / gdb / moxie-tdep.c
index 7231486cc418ba9d5bcf55e9d296d79e94773181..d55e89642cff3e02a01096c6ba012f4760a58ace 100644 (file)
@@ -218,7 +218,7 @@ static CORE_ADDR
 moxie_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc)
 {
   CORE_ADDR func_addr = 0, func_end = 0;
-  char *func_name;
+  const char *func_name;
 
   /* See if we can determine the end of the prologue via the symbol table.
      If so, then return either PC, or the PC after the prologue, whichever
This page took 0.025381 seconds and 4 git commands to generate.