diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 5f572b2..5cf7548 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -166,6 +166,13 @@ struct pending_block struct block *block; }; +/* Pointer to the head of a linked list of symbol blocks which have + already been finalized (lexical contexts already closed) and which are + just waiting to be built into a blockvector when finalizing the + associated symtab. */ + +EXTERN struct pending_block *pending_blocks; + struct subfile_stack { |