This is the mail archive of the binutils@sourceware.org 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: some ideas to gnu as


> How are your labels scoped?
It's probably more restrictive than current local labels -- if you use
name ".local", this name will be visible / usable until the next
global (non-dotted) label (in both directions). So you can't jump to
dotted labels cross the whole source code but only in the current
block (delimited by global labels). It has its advantages and
disadvantages comparing to the current gnu as implementation.


Regards,
Miro Kropacek





-- 
MiKRO / Mystic Bytes
http://mikro.atari.org


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