diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 17e02a9..5b34975 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -373,8 +373,7 @@ extern section_addr_info build_section_addr_info_from_objfile (const struct objfile *objfile); extern void relative_addr_info_to_section_offsets - (struct section_offsets *section_offsets, int num_sections, - const section_addr_info &addrs); + (section_offsets §ion_offsets, const section_addr_info &addrs); extern void addr_info_make_relative (section_addr_info *addrs, bfd *abfd); @@ -515,7 +514,7 @@ extern bfd_byte *symfile_relocate_debug_section (struct objfile *, asection *, extern int symfile_map_offsets_to_segments (bfd *, const struct symfile_segment_data *, - struct section_offsets *, + section_offsets &, int, const CORE_ADDR *); struct symfile_segment_data *get_symfile_segment_data (bfd *abfd); void free_symfile_segment_data (struct symfile_segment_data *data); |