aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-10-22 18:28:25 +0000
committerJeff Law <law@redhat.com>1997-10-22 18:28:25 +0000
commitf109cc3d9ef5ddcbd26afa98207b3eebaea9463f (patch)
tree331e7a3482c4b9e6136786c1734231ae2bffd2a2 /gdb/buildsym.c
parent1a490ebc92b34c098ccf55a3e03a58e16025755b (diff)
downloadgdb-f109cc3d9ef5ddcbd26afa98207b3eebaea9463f.zip
gdb-f109cc3d9ef5ddcbd26afa98207b3eebaea9463f.tar.gz
gdb-f109cc3d9ef5ddcbd26afa98207b3eebaea9463f.tar.bz2
Minor comment fix.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index f5b1683..b104f16 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -100,8 +100,7 @@ add_symbol_to_list (symbol, listhead)
{
register struct pending *link;
- /* If this is a reference to/live alias for another symbol, don't add it.
- We don't want to be able to look up the live references directly. */
+ /* If this is an alias for another symbol, don't add it. */
if (symbol->ginfo.name && symbol->ginfo.name[0] == '#')
return;