From f109cc3d9ef5ddcbd26afa98207b3eebaea9463f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 22 Oct 1997 18:28:25 +0000 Subject: [PATCH] Minor comment fix. --- gdb/buildsym.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdb/buildsym.c b/gdb/buildsym.c index f5b1683af48..b104f16e928 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; -- 2.30.2