diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 9724607..42fcd1f 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -327,12 +327,11 @@ struct buildsym_compunit (CORE_ADDR end_addr, int expandable, int required); struct compunit_symtab *end_compunit_symtab_from_static_block - (struct block *static_block, int section, int expandable); + (struct block *static_block, int expandable); - struct compunit_symtab *end_compunit_symtab (CORE_ADDR end_addr, int section); + struct compunit_symtab *end_compunit_symtab (CORE_ADDR end_addr); - struct compunit_symtab *end_expandable_symtab (CORE_ADDR end_addr, - int section); + struct compunit_symtab *end_expandable_symtab (CORE_ADDR end_addr); void augment_type_symtab (); @@ -352,7 +351,7 @@ private: void watch_main_source_file_lossage (); struct compunit_symtab *end_compunit_symtab_with_blockvector - (struct block *static_block, int section, int expandable); + (struct block *static_block, int expandable); /* The objfile we're reading debug info from. */ struct objfile *m_objfile; |