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: Alpha .loc and BU 2.11


On Wed, May 02, 2001 at 10:55:31AM -0700, David O'Brien wrote:
> I am in the process of updating FreeBSD's Binutils from 2.10.1 to
> 2.11[.0].  However I've hit one snag on the Alpha platform.  We current
> use ".loc 1 __LINE__" in a few .S files.  Gas 2.11 errors out with this
> saying "Unassigned file number" (routine in dwarf2dbg.c).
> 
> Does anyone know what I should change to this to make Gas happy?

You need to provide a
 .file 1 "filename"
so that the .loc knows what file `1' is.

Alan


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