* config/tc-i386.c (pe_lcomm_internal): New function. Allows the
commit944d4505805ef1474454898c2cc043b8b32e1649
authorNick Clifton <nickc@redhat.com>
Wed, 3 Sep 2008 14:02:30 +0000 (3 14:02 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 3 Sep 2008 14:02:30 +0000 (3 14:02 +0000)
tree21ddeb0eeb3c98c022122f8890a834e3d943fe5a
parent0776bc0db753f51a34f5e94bf28be47d1389d6a2
* config/tc-i386.c (pe_lcomm_internal): New function.  Allows the
  alignment field of the .lcomm directive to be optional.
  (pe_lcomm): New function.  Pass pe_lcomm_internal to
  s_comm_internal.
  (md_pseudo_table): Implement .lcomm directive for COFF based
  targets.
  * doc/c-i386.texi (i386-Directives): New node.  Used to document
  the .lcomm directive.
gas/ChangeLog
gas/config/tc-i386.c
gas/doc/c-i386.texi