Common labels not outputed where needed
mike stump
mrs@windriver.com
Mon Mar 25 17:01:00 GMT 2002
> 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.
More information about the Gcc
mailing list