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 57ed9fc..3a3384d 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1571,7 +1571,7 @@ struct cleanup *demangle_for_lookup (const char *name, enum language lang, struct symbol *allocate_symbol (struct objfile *); -void initialize_symbol (struct symbol *); +void initialize_objfile_symbol (struct symbol *); struct template_symbol *allocate_template_symbol (struct objfile *); |