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


Alan Modra <amodra@bigpond.net.au> writes:

|> Index: bfd/elf32-m32r.c
|> ===================================================================
|> RCS file: /cvs/src/src/bfd/elf32-m32r.c,v
|> retrieving revision 1.27
|> diff -u -p -r1.27 elf32-m32r.c
|> --- bfd/elf32-m32r.c	11 Oct 2002 08:33:11 -0000	1.27
|> +++ bfd/elf32-m32r.c	17 Oct 2002 02:43:13 -0000
|> @@ -88,7 +88,11 @@ asection * m32r_elf_gc_mark_hook
|>     This only saves space in libraries and object files, but perhaps
|>     relocs will be put in ROM?  All in all though, REL relocs are a pain
|>     to work with.  */
|> -#define USE_REL
|> +#define USE_REL	1
|> +
|> +#ifndef USE_REL
|> +#define USE_REL 0
|> +#endif

The last three lines are useless. :-)

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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