This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Common labels not outputed where needed


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]