From: Andreas Schwab <schwab@suse.de>
To: binutils@sources.redhat.com
Subject: Re: Get rid of more bfd bloat
Date: Thu, 17 Oct 2002 02:43:00 -0000 [thread overview]
Message-ID: <jeheflqu2r.fsf@sykes.suse.de> (raw)
In-Reply-To: <20021017122629.C22176@bubble.sa.bigpond.net.au> (Alan Modra's message of "Thu, 17 Oct 2002 12:26:29 +0930")
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."
next prev parent reply other threads:[~2002-10-17 9:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-16 18:44 Stephen Clarke
2002-10-16 19:57 ` Alan Modra
2002-10-17 2:43 ` Andreas Schwab [this message]
2002-10-17 3:49 ` Alan Modra
-- strict thread matches above, loose matches on Subject: below --
2002-10-16 1:44 Alan Modra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jeheflqu2r.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=binutils@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).