This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: non local labels in some handcoded assembly


On Tue, 2003-08-26 at 13:58, robert wrote:
> A lot of the assembly code contains (global) lables like:
> 
> Lalign,Loop, Llastword,Ldiv0,Loop1,Loop3,Lfixup_dividend, Lbignum,Lgot_result
> 
> I think those can and should be converted to local labels, i.e labels 
> beginning with a dot.

Most of those symbols sound like they are from libgcc, not libc.  If
there are particular instances in glibc that are causing you a problem,
you will need to be more specific about what and where they are. 
Perhaps you'd like to send a patch to correct these.

p.


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