This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Ignore DW_AT_ranges starting at zero if !has_section_at_zero
- From: Tom Tromey <tromey at redhat dot com>
- To: dje at google dot com (Doug Evans)
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 18 Jul 2012 15:05:47 -0600
- Subject: Re: [RFA] Ignore DW_AT_ranges starting at zero if !has_section_at_zero
- References: <20120712225036.6D0BB1E1268@ruffy2.mtv.corp.google.com>
>>>>> "Doug" == Doug Evans <dje@google.com> writes:
Doug> 2012-07-12 Doug Evans <dje@google.com>
Doug> * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
Doug> there's no section at address zero.
Doug> (dwarf2_record_block_ranges): Ditto.
Looks reasonable to me.
Tom