* symtab.h (struct minimal_symbol) <filename>: Now const.

This commit is contained in:
Tom Tromey 2011-12-21 21:24:59 +00:00
parent 4395ee0824
commit 04aba06513
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-12-21 Tom Tromey <tromey@redhat.com>
* symtab.h (struct minimal_symbol) <filename>: Now const.
2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
PR tdep/12797

View File

@ -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. */