This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Common labels not outputed where needed
- From: mike stump <mrs at windriver dot com>
- To: alexandrecourbot at linuxgames dot com, gcc at gcc dot gnu dot org
- Date: Mon, 25 Mar 2002 16:36:49 -0800 (PST)
- Subject: Re: Common labels not outputed where needed
- References: <1017066066.7341.41.camel@bruyere>
> From: Alexandre Courbot <alexandrecourbot@linuxgames.com>
> To: GCC List <gcc@gcc.gnu.org>
> Date: 25 Mar 2002 15:21:05 +0100
> This is nearly what I need - the only problem is with the
> .Local i
> which is defined at the end of the file - but it should rather be placed
> at the beginning, at the same level as the
> .CardByte c 5
> to be compliant with my assembler syntax.
Please fix your assembler, it is broken. :-) If you port gas to your
machine, and use it, you'll notice it just works. I'd recommend that.
As a stupid hack-arond, you might be able to say -fno-common and have
it work as you might expect.