This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [BUG] Regression in 2.14.90 (relative to 2.13.90)


On Fri, 14 Nov 2003 02:21:23 +0100, Carlo Wood <carlo@alinoe.com> wrote:

> On Thu, Nov 13, 2003 at 05:09:13PM -0800, H. J. Lu wrote:
>> It is a problem since gdb may pick up the wrong .debug_line info
>> with PC == 0 if it sees it first. Maybe gdb should ignore .debug_line
>> info with PC == 0.
>
> It doesn't??

It does.  .debug_line is a table for mapping PC to line number.  Entries
with a PC of 0 will never be used.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]