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]
Other format: [Raw text]

.macro behavior


Is it intentional that .macro

- ignores the (configurable) set of symbol name characters and instead
only allows [[:alpha:]_$][[:alnum:]_$]*
- silently inserts a zero-length named macro if the name starts with
any non-token character
- silently ignores the rest of the line if a formal argument starts
with any non-token character

If not, I'd like to fix this. One major concern here is that with these
restrictions one can't build trivial things like a .bss
pseudo-directive...

Thanks, Jan


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