diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 90153ed..44e3283 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -347,7 +347,7 @@ struct minimal_symbol unsigned long size; /* Which source file is this symbol in? Only relevant for mst_file_*. */ - char *filename; + const char *filename; /* Classification type for this minimal symbol. */ |