public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Phil Edwards <pedwards@disaster.jaj.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: c/2678: gcc/g++ should stick compilation options into the .o file
Date: Mon, 30 Apr 2001 17:16:00 -0000	[thread overview]
Message-ID: <20010501001602.32257.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR c/2678; it has been noted by GNATS.

From: Phil Edwards <pedwards@disaster.jaj.com>
To: "Ronald F. Guilmette" <rfg@monkeys.com>
Cc: "Joseph S. Myers" <jsm28@cam.ac.uk>, gcc-gnats@gcc.gnu.org
Subject: Re: c/2678: gcc/g++ should stick compilation options into the .o file
Date: Mon, 30 Apr 2001 18:47:54 -0400

 On Mon, Apr 30, 2001 at 10:21:12AM -0700, Ronald F. Guilmette wrote:
 > >But does "strip" (without other options) remove these sections?  It
 > >doesn't (binutils 2.11.90.0.6) remove .comment and .note; for that reason,
 > >Debian has modified "install -s" to pass --remove-section=.comment
 > >--remove-section=.note to strip.
 > 
 > a)  It's no big deal to also supply --remove-section=.comment on the
 >     strip command line.
 
 Other implementations of strip do not understand this option.  We should
 not punish them.
 
 
 > b)  In practice, nobody will give a damn about the presence or absense of
 >     this extra information anyway.
 
 Yes, they will.  More specifically, /we/ will as we build GCC itself.
 
 Right now things like crtbegin.o and libgcc2 and lib<pick-a-language> are
 all getting this information added to them.  It's not a problem with memory
 consumption because they aren't allocated.  It is however a correctness
 problem because the final executable gets about five copies of the options
 strings (the assembler and linker combine the separate instances of the
 identically-named sections).
 
 But the first set of options are those passed when compiling crtbegin,
 the second set are those passed when compiling some chunk of libgcc2,
 there are many copies from various libstdc++ files in there if you happen
 to use C++, and only /one/ of those copies contains the options that the
 user actually passed when compiling the "real" source file.  Which one?
 No way of knowing without doing a crapload of grep's.  But all the sets
 are slightly different (e.g., we pass -D optiosn when building ourselves
 that a user wouldn't).
 
 I haven't tried a full bootstrap with my half-baked changes in yet, but
 would expect it to fail because all the .o's would probably differ.
 
 Anyhow, adding a disabling flag took about four lines of code.  I still
 plan to make this on by default (otherwise it'll never get used, and the
 presence of the information will be highly unpredictable).
 
 
 Phil
 
 -- 
 pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
 devphil at several other less interesting addresses in various dot domains
 The gods do not protect fools.  Fools are protected by more capable fools.


             reply	other threads:[~2001-04-30 17:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-30 17:16 Phil Edwards [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-05  9:16 Wolfgang Bangerth
2002-11-05  9:08 bangerth
2002-11-05  9:06 Phil Edwards
2002-11-05  7:46 Wolfgang Bangerth
2001-05-07 16:56 Phil Edwards
2001-04-30 17:36 Ronald F. Guilmette
2001-04-30 10:26 Ronald F. Guilmette
2001-04-30  9:46 Ronald F. Guilmette
2001-04-30  2:36 Phil Edwards
2001-04-30  2:16 Ronald F. Guilmette
2001-04-29 20:06 Phil Edwards
2001-04-29 11:56 Ronald F. Guilmette
2001-04-29  5:46 Phil Edwards
2001-04-29  5:16 Phil Edwards
2001-04-29  4:16 Phil Edwards
2001-04-28 13:46 rfg

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=20010501001602.32257.qmail@sourceware.cygnus.com \
    --to=pedwards@disaster.jaj.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /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).