This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: -ffunction-sections always on now?
- To: Stan Shebs <shebs at apple dot com>
- Subject: Re: -ffunction-sections always on now?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 1 Oct 2001 22:05:37 -0700 (PDT)
- cc: libstdc++ at gcc dot gnu dot org
> If I understand the test correctly, it's just testing that the
> compiler accepts the option, not that the resulting executable
> works.
Right.
> That's possibly a bogosity in GCC, because I only turned
> on named sections to get Dwarf 2 sections of fixed names known
> to work with Mach-O, but that's taken to mean that the function
> section option works too, which doesn't really follow.
Hmm. Perhaps the configure test should be changed?
> If nothing else, the 16-char limit on Mach-O sections shoves
^^^^^^
Ouch!
Toto, we are not in "C" anymore....
-benjamin