From: Doug Evans Date: Tue, 15 Nov 2011 23:12:30 +0000 (+0000) Subject: * buildsym.c (add_symbol_to_list): Delete outdated comment. X-Git-Tag: gdb_7_4-2011-12-13-branchpoint~251 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93bf33fd9972789de9195802b69161978106d0ae;p=thirdparty%2Fbinutils-gdb.git * buildsym.c (add_symbol_to_list): Delete outdated comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a62934befc2..1f406fa0ade 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-11-15 Doug Evans + + * buildsym.c (add_symbol_to_list): Delete outdated comment. + 2011-11-15 Paul Koning * python/py-type.c (typy_get_composite): New function. diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 31880b8d6fa..e49a60e989f 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -112,11 +112,8 @@ add_free_pendings (struct pending *list) free_pendings = list; } } - -/* Add a symbol to one of the lists of symbols. While we're at it, if - we're in the C++ case and don't have full namespace debugging info, - check to see if it references an anonymous namespace; if so, add an - appropriate using directive. */ + +/* Add a symbol to one of the lists of symbols. */ void add_symbol_to_list (struct symbol *symbol, struct pending **listhead)