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: Get rid of more bfd bloat


On Thu, Oct 17, 2002 at 11:43:24AM +0200, Andreas Schwab wrote:
> Alan Modra <amodra@bigpond.net.au> writes:
> 
> |> -#define USE_REL
> |> +#define USE_REL	1
> |> +
> |> +#ifndef USE_REL
> |> +#define USE_REL	0
> |> +#endif
> 
> The last three lines are useless. :-)

Well, yes.  Documents the two possible values of USE_REL.  :)

Actually, I was going to go through the file and change
"#if USE_REL" to "if (USE_REL)" but didn't get around to it.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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