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]

gas preprocessor


Is preprocessing support in gas working? Am trying to
utilize it with gas 2.11.90.0.8 in order to create
alias names for functions arguments instead of use
[ebp+8] etc. (am using Intel syntax). What I'm
actually looking for is gas equivalent of EQU
directive commonly found in other (well, at least
IA-32) assemblers. I know that I could accomplish same
using gcc preprocessor but I don't like this solution
(when debugging code using gdb I have to struggle
again with [ebp+8] and alike).

Thanks.


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/


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