This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ".globl" symbol
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Mr Steven Mark <steven_mark_99 at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 30 Mar 2002 20:07:51 +0100
- Subject: Re: ".globl" symbol
- References: <20020330041150.86585.qmail@web20003.mail.yahoo.com>
Mr Steven Mark <steven_mark_99@yahoo.com> writes:
> .comm s,4,4
> My question is that why in second case "s" is being
> declared as a ".globl" and in first case not?
That's not necessary for common symbols.