From f85d9973b3e0634efe442379739d454d66e1ebb9 Mon Sep 17 00:00:00 2001 From: Ron Unrau Date: Sun, 14 Jun 1998 14:48:27 +0000 Subject: * partial-stab.h: 'F' and 'f' type N_FUN psymbols should pass CUR_SYMBOL_VALUE as CORE_ADDR instead of long * buildsym.[ch]: export pending_blocks list * tm-txvu.h: define TARGET_READ_SP and TARGET_WRITE_SP * txvu-tdep.c: rewrite symtabs to support N_FUN symbols in overlays. (Actually, the last version did this for N_SLINE symbols). (txvu_read_sp,txvu_write_sp): new --- gdb/buildsym.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/buildsym.h') 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 { -- cgit v1.1