summaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index 285ac07b7d4..a78b399f24c 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -711,7 +711,9 @@ block_depth (block)
}
-/* Increase the space allocated for LISTP. */
+/* Increase the space allocated for LISTP, which is probably
+ global_psymbol_list or static_psymbol_list. This space will eventually
+ be freed in free_objfile(). */
void
extend_psymbol_list (listp, objfile)