Minor comment fix.
authorJeff Law <law@redhat.com>
Wed, 22 Oct 1997 18:28:25 +0000 (18:28 +0000)
committerJeff Law <law@redhat.com>
Wed, 22 Oct 1997 18:28:25 +0000 (18:28 +0000)
gdb/buildsym.c

index f5b1683af48b668ca0b1c256a63cde2e1755cb1c..b104f16e928acf01cf4e3c4968c1b57b5f66a010 100644 (file)
@@ -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;
       
This page took 0.026229 seconds and 4 git commands to generate.