Get rid of more bfd bloat
Alan Modra
amodra@bigpond.net.au
Thu Oct 17 03:49:00 GMT 2002
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
More information about the Binutils
mailing list