From 93b55aa198d29b69a6707bcb7bc320572629bd62 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 13 Feb 2011 09:09:36 +0000 Subject: gdb/ * symtab.c (find_pc_sect_line): New variable objfile, initialize it from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S. * symtab.h (struct symtab) : Comment extension. --- gdb/symtab.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/symtab.h') diff --git a/gdb/symtab.h b/gdb/symtab.h index e4ec4bf..e946c65 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -738,8 +738,7 @@ struct section_offsets struct symtab { - - /* Chain of all existing symtabs. */ + /* Unordered chain of all existing symtabs of this objfile. */ struct symtab *next; -- cgit v1.1