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: forward references in equates


>>> "Dave Korn" <dave.korn@artimi.com> 19.09.05 17:21:04 >>>
>  I was about to write this as well.  I think it would be bizarre if
>changing the value of one went back and recalculated two and three. 
If I
>wanted the value to change in that way, I'd do it by using a #define
macro
>and preprocessing my source, like this:

Unfortunately this won't always work - when you extensively use
assembler macros, this generally conflicts with C-preprocessing here and
there. Hence, as I view it, there should be a pure assembly solution to
such problems. But maybe we really should use ia64's == operator for
enforcing forward references...

Jan


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