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 15:17:20 +0800
- Subject: A question about the global variables initialization.
>Yes for zero'd initialized variables, GCC puts them into BSS to say
>space in the executable.
Thanks. But, you say 'to say space in the executable'. I'm not clear
what does it mean.
Eric.