This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Initialization of zero globals


Alexander Grobman <agrobman@yahoo.com> writes:

> Is there any way (an option) to instruct gcc to use
> initializations for global variables, which are not
> declared as initialized? By default GCC places such
> variables to .BSS, but C considers such variables be 0
> before program execution and thus these had to be
> initialized in crt0.

-fno-zero-initialized-in-bss

Ian


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