X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fbuildsym.c;h=38bde22e209b7aa917ef9e150bbdf18c90f55038;hb=7fda53d583bf5baaa15ccdea78c48bf57b205dad;hp=31880b8d6fa12b5f1fa2f1fcb302829fcbab0957;hpb=9182c5bc256d7aee1964ce5b0cb9f93475713496;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 31880b8d6f..38bde22e20 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -1,7 +1,5 @@ /* Support routines for building symbol tables in GDB's internal format. - Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986-2004, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. @@ -112,11 +110,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)