This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bss section not getting zero-initialised vars
- To: John Vickers <John dot Vickers at pace dot co dot uk>
- Subject: Re: bss section not getting zero-initialised vars
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Thu, 20 Jan 2000 00:15:46 +0000 (GMT)
- CC: Mark Mitchell <mark at codesourcery dot com>, jamie dot lokier at cern dot ch, rth at cygnus dot com, etienne dot lorrain at ibm dot net, gcc at gcc dot gnu dot org
> I guess gcc would provide something like -fno-initialised-variables-in-bss
> or what have you.
Considering we have already -fconserve-space to turn on the optimization
on some hosts, I think it would be more straightforward to turn it on
by -Os and be able to turn it off by -fno-conserve-space.