From: David Carlton Date: Sat, 1 Feb 2003 01:11:22 +0000 (+0000) Subject: 2003-01-31 David Carlton X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f10aeb1e30834a4d7f9756e784f84b8ba2ccaff;p=binutils-gdb.git 2003-01-31 David Carlton * dwarf2read.c (dwarf2_locate_sections): Set dwarf_ranges_section. --- diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index a876043589b..62f0fee2ed5 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -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; } }