This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
A question about the global variables initialization.
- From: Eric Fisher <joefoxreal at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 20 Dec 2005 17:11:58 +0800
- Subject: A question about the global variables initialization.
Hi,
I guess it's about the gcc version. Gcc 3.4.4 does put the zero'd
variables into bss section. But I'd like to know if the older one does
it too. Say 2.95.2 19991024 (release)?
Thanks again.
Eric.