-
- Downloads
"git@gitlab.cobolworx.com:COBOLworx/gcc-cobol.git" did not exist on "8f5c9c3d15731d41a9d4470229b0b904d491fde0"
Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss. * doc/invoke.texi (-fno-zero-initialized-in-bss): Document. * flags.h (flag_zero_initialized_in_bss): Declare. * toplev.c (flag_zero_initialized_in_bss): New flag. (lang_independent_options): Add flag_zero_initialized_in_bss. * tree.c (initializer_zerop): New function. * tree.h (initializer_zerop): Declare. * varasm.c (assemble_variable): If we can emit bss, put zero initializers in the bss section. From-SVN: r50218
Showing
- gcc/ChangeLog 12 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 2 additions, 1 deletiongcc/Makefile.in
- gcc/doc/invoke.texi 14 additions, 0 deletionsgcc/doc/invoke.texi
- gcc/flags.h 3 additions, 0 deletionsgcc/flags.h
- gcc/toplev.c 5 additions, 0 deletionsgcc/toplev.c
- gcc/tree.c 42 additions, 0 deletionsgcc/tree.c
- gcc/tree.h 5 additions, 0 deletionsgcc/tree.h
- gcc/varasm.c 6 additions, 1 deletiongcc/varasm.c
Loading
Please register or sign in to comment