This is the mail archive of the gcc-bugs@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]

[Bug middle-end/25522] zero-initialized constants are place in .bss



------- Comment #5 from drepper at redhat dot com  2005-12-26 05:52 -------
> What happens if you use -fno-common?

In this case the variable gets the index of .bss in the symbol table instead of
using SHN_COMMON.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25522


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