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, 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.

brgds, H-P


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