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]

Re: [ELF] elf32_bed


On Sun, 19 Jan 2003, Alan Modra wrote:

> On Sun, Jan 19, 2003 at 02:01:25AM +0100, Fabio Alemagna wrote:
> > 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?
>
> See elfNN_bed in elfxx-target.h.  Don't be tricked by the name change. :)

Yes, well, my point still stands... I think. One could #define elfNN_bed
right after #undef'ing it and before #includ'ing elfxx-target.h, so to be
consistent with all the other macros.

Or is there something I got wrong?

Fabio Alemagna


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