From 0c2e60193cf41ec57f62a5640ed67e4291e8f815 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 4 Apr 2011 14:37:17 +0000 Subject: gdb * symfile.c (reread_symbols): Update. * objfiles.h (struct objfile) : Remove field. * objfiles.c (allocate_objfile): Update. * cp-support.h (cp_check_possible_namespace_symbols): Don't declare. * cp-namespace.c (lookup_symbol_file): Don't call lookup_possible_namespace_symbol. (initialize_namespace_symtab, get_possible_namespace_block) (free_namespace_block, cp_check_possible_namespace_symbols) (check_possible_namespace_symbols_loop) (check_one_possible_namespace_symbol) (lookup_possible_namespace_symbol): Remove. (maintenance_cplus_namespace): Replace with notice. (_initialize_cp_namespace): Deprecate `maint cplus namespace'. gdb/testsuite * gdb.cp/maint.exp (test_help): Update. (test_namespace): Likewise. --- gdb/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f41d96..3430446 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,23 @@ 2011-04-04 Tom Tromey + * symfile.c (reread_symbols): Update. + * objfiles.h (struct objfile) : Remove + field. + * objfiles.c (allocate_objfile): Update. + * cp-support.h (cp_check_possible_namespace_symbols): Don't + declare. + * cp-namespace.c (lookup_symbol_file): Don't call + lookup_possible_namespace_symbol. + (initialize_namespace_symtab, get_possible_namespace_block) + (free_namespace_block, cp_check_possible_namespace_symbols) + (check_possible_namespace_symbols_loop) + (check_one_possible_namespace_symbol) + (lookup_possible_namespace_symbol): Remove. + (maintenance_cplus_namespace): Replace with notice. + (_initialize_cp_namespace): Deprecate `maint cplus namespace'. + +2011-04-04 Tom Tromey + * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const. * symtab.h (struct symtab) : Now const. * symmisc.c (free_symtab): Don't free debugformat. -- cgit v1.1