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