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]

Re: line number tracking for local labels


On Mon, Sep 17, 2001 at 03:52:20AM -0400, Hans-Peter Nilsson wrote:
> On Mon, 17 Sep 2001, Alan Modra wrote:
> 
> > On Mon, Sep 17, 2001 at 04:14:45PM +1000, Ben Elliston wrote:
> > > Is there sufficient context tracking in GAS to make this possible?
> >
> > No.
> 
> Sure?  I'd believe there is: fixS->fx_file, fx_line,
> frag->fr_file, fr_line.  Maybe a well-placed as_where is all
> that is needed.  Or maybe there's missing a move of the notes
> from a frag to a fix.  Sorry for second-guessing "out of the
> blue"; I didn't actually check tc-i386.c.

What fixS?  sym->sy_frag isn't much use either, as that should give the
start of the frag where the sym was defined, not the line where the sym
was referenced.

Alan


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