PATCH: Add .lcomm directive with optional alignment field to x86 port

Brian Dessent brian@dessent.net
Thu Sep 4 17:07:00 GMT 2008


Danny Smith wrote:

> > Excellent, that sounds like a proper fix for
> > <http://gcc.gnu.org/PR37216>.
>
> Not really. That bug is about global symbols.

Right, but as I see it they're two instances of the same problem: how to
communicate an alignment of a common symbol to the assembler.  I just
figured that if .lcomm can be implemented to take an alignment then the
same approach can be used with .comm.

Brian



More information about the Binutils mailing list