aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-04-08 19:53:18 +0000
committerTom Tromey <tromey@redhat.com>2013-04-08 19:53:18 +0000
commitccde22c0a47c50f54635b7b9fcbf5ddc19cdf9ca (patch)
tree65f2ffd2ee6c9fe3d6d0ece522470aa30f8e5af3 /gdb/symtab.h
parente623cf5da2730784a9062aa7ac9d6c2db37c061d (diff)
downloadgdb-ccde22c0a47c50f54635b7b9fcbf5ddc19cdf9ca.zip
gdb-ccde22c0a47c50f54635b7b9fcbf5ddc19cdf9ca.tar.gz
gdb-ccde22c0a47c50f54635b7b9fcbf5ddc19cdf9ca.tar.bz2
* 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 b86c118..7c27bf9 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 *);