Index: gdb/alpha-mdebug-tdep.c |
diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c |
index d41f66a797e425c2a6df1f979abbf75610464078..4b46a3ce218aebde5fdd437af98c0bcd20afa754 100644 |
--- a/gdb/alpha-mdebug-tdep.c |
+++ b/gdb/alpha-mdebug-tdep.c |
@@ -96,7 +96,7 @@ find_proc_desc (CORE_ADDR pc) |
struct block *b = block_for_pc (pc); |
struct mdebug_extra_func_info *proc_desc = NULL; |
struct symbol *sym = NULL; |
- char *sh_name = NULL; |
+ const char *sh_name = NULL; |
if (b) |
{ |