X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fsymfile.h;h=5b349752d5091a05dd78dda0a53a70c777a474a4;hb=57d87c09a33acdce280f4c9ae4f55b885a5cee99;hp=17e02a9da843a3d4e26f9db2c6d2caf21c34c733;hpb=b811d2c2920ddcb1adcd438da38e90912b31f45f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/symfile.h b/gdb/symfile.h index 17e02a9da8..5b349752d5 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);