This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] Support DW_FORM_strp in bfd dwarf2 reader
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: [PATCH] Support DW_FORM_strp in bfd dwarf2 reader
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 13 Nov 2001 15:28:16 -0800
- Cc: Graham Stott <grahams at redhat dot com>, binutils at sources dot redhat dot com
- References: <20011105162344.M739@sunsite.ms.mff.cuni.cz> <20011105092053.E29143@redhat.com> <20011106160448.O739@sunsite.ms.mff.cuni.cz> <20011106205502.A29811@redhat.com> <20011107022805.I4087@devserv.devel.redhat.com> <20011107115451.D30193@redhat.com> <20011108120958.M4087@devserv.devel.redhat.com> <20011108102306.C30690@redhat.com> <3BF04549.3C208EB2@redhat.com> <20011113201247.A555@sunsite.ms.mff.cuni.cz>
On Tue, Nov 13, 2001 at 08:12:47PM +0100, Jakub Jelinek wrote:
> * dwarf2.c (struct line_head) [total_length]: Change type to
> bfd_vma.
> (struct dwarf2_debug): Add dwarf_str_buffer and dwarf_str_size.
> (struct comp_unit): Add stash and offset_size.
> (read_8_bytes): Return bfd_vma.
> (read_indirect_string): New.
> (read_attribute): Handle DW_FORM_strp.
> (decode_line_info): Support 64-bit DWARF format.
> (_bfd_dwarf2_find_nearest_line): Likewise.
> (parse_comp_unit): Set offset_size and stash.
Ok.
r~