diff options
author | Nick Clifton <nickc@redhat.com> | 2008-09-03 14:02:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-09-03 14:02:30 +0000 |
commit | a6c24e68b9c0bde0587b9fbf2a50aa09c58c207c (patch) | |
tree | 6532bfb765766c2b7fa3e647ac4c1fda0c604ae4 /gas/ChangeLog | |
parent | 514f746bdc40681c8a32ef8077adeae4f2098db2 (diff) | |
download | gdb-a6c24e68b9c0bde0587b9fbf2a50aa09c58c207c.zip gdb-a6c24e68b9c0bde0587b9fbf2a50aa09c58c207c.tar.gz gdb-a6c24e68b9c0bde0587b9fbf2a50aa09c58c207c.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eb7b93b..fd0861a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2008-09-03 Nick Clifton <nickc@redhat.com> + + * 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. + 2008-08-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux |