diff options
Diffstat (limited to 'gdb/psymtab.c')
-rw-r--r-- | gdb/psymtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/psymtab.c b/gdb/psymtab.c index d98a4af0d97..bdce8f239aa 100644 --- a/gdb/psymtab.c +++ b/gdb/psymtab.c @@ -875,7 +875,7 @@ psym_forget_cached_source_info (struct objfile *objfile) static void print_partial_symbols (struct gdbarch *gdbarch, - struct partial_symbol **p, int count, char *what, + struct partial_symbol **p, int count, const char *what, struct ui_file *outfile) { fprintf_filtered (outfile, " %s partial symbols:\n", what); |