This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
[ELF] elf32_bed
- From: Fabio Alemagna <falemagn at studenti dot unina dot it>
- To: <binutils at sources dot redhat dot com>
- Date: Sun, 19 Jan 2003 02:01:25 +0100 (CET)
- Subject: [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