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]

[ELF] elf32_bed


Hello,

While implementing the AROS stuff I came across this "elf32_bed" macro,
and I have a question about it: I've seen that it's used in a different
way than all of the other macros in the backend.

Let me explain better... all the other macros in the back end are first
#undef'ed, and then #define'd to their right value before #include'ing
"elf32-target.h", whilst elf32_bed is #define'd before #include'ing that
file, and #undef'ed after having #include'd it. What's the reason for this
inconsistent behaviour? Would it be ok if I submitted a patch to "fix" it?

Regards,
Fabio Alemagna


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