From 6f10aeb1e30834a4d7f9756e784f84b8ba2ccaff Mon Sep 17 00:00:00 2001 From: David Carlton Date: Sat, 1 Feb 2003 01:11:22 +0000 Subject: 2003-01-31 David Carlton * dwarf2read.c (dwarf2_locate_sections): Set dwarf_ranges_section. --- gdb/dwarf2read.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index a876043..62f0fee 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; } } -- cgit v1.1