2003-01-31 David Carlton <carlton@math.stanford.edu>

* dwarf2read.c (dwarf2_locate_sections): Set
	dwarf_ranges_section.
This commit is contained in:
David Carlton 2003-02-01 01:11:22 +00:00
parent a771d5b8e5
commit 6f10aeb1e3
1 changed files with 1 additions and 0 deletions

View File

@ -1002,6 +1002,7 @@ dwarf2_locate_sections (bfd *ignore_abfd, asection *sectp, void *ignore_ptr)
{
dwarf_ranges_offset = sectp->filepos;
dwarf_ranges_size = bfd_get_section_size_before_reloc (sectp);
dwarf_ranges_section = sectp;
}
}