summaryrefslogtreecommitdiffstats
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-02-13 09:09:36 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-02-13 09:09:36 +0000
commit93b55aa198d29b69a6707bcb7bc320572629bd62 (patch)
tree85bf81d45ddfacbf9ff70303186eafec3b55f2a0 /gdb/symtab.h
parentf865a34fb95761ae713ffc7778a116f694d0cc27 (diff)
downloadppe42-binutils-93b55aa198d29b69a6707bcb7bc320572629bd62.tar.gz
ppe42-binutils-93b55aa198d29b69a6707bcb7bc320572629bd62.zip
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) <next>: Comment extension.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index e4ec4bfd97..e946c65fea 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;
OpenPOWER on IntegriCloud