This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] Tiny 64-bit Dwarf2 glitch
- From: Jason Eckhardt <jle at owlnet dot rice dot edu>
- To: Kevin Buettner <kevinb at redhat dot com>
- Cc: <binutils at sources dot redhat dot com>, Jason Lee Eckhardt <jle at owlnet dot rice dot edu>
- Date: Tue, 25 Jun 2002 15:59:14 -0500 (CDT)
- Subject: Re: [PATCH] Tiny 64-bit Dwarf2 glitch
On Tue, 25 Jun 2002, Kevin Buettner wrote:
>
> OTOH, if the first four bytes were 0 (which isn't a useful size), read
> the next four bytes as the size of the section and set the offset size
> to 8.
On the 64-bit binaries I'm examining, the first four bytes were 0.
>
> I think the following (untested) patch implements this:
>
Testing...