summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-04-08 19:53:17 +0000
committerTom Tromey <tromey@redhat.com>2013-04-08 19:53:17 +0000
commitcbc30f137ef95dda9cfbe90eeb6292b9fdb0da69 (patch)
tree3d1e7c14c82d4ed7e589023d10bbe0a01c23c434 /gdb/symtab.h
parentfd4055ffae259ee2fba5f72815cf75248c390b7b (diff)
downloadgdb-cbc30f137ef95dda9cfbe90eeb6292b9fdb0da69.tar.gz
* symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
Take an obstack, not an objfile. (symbol_set_names): Update. * symtab.h (symbol_set_demangled_name): Update.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index b86c1187578..7c27bf927b0 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -169,7 +169,7 @@ struct general_symbol_info
extern void symbol_set_demangled_name (struct general_symbol_info *,
const char *,
- struct objfile *);
+ struct obstack *);
extern const char *symbol_get_demangled_name
(const struct general_symbol_info *);