diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-10-09 18:08:10 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-10-09 18:08:10 +0000 |
commit | 14082c76243bc7ec79c20faa7b01a320f30caa97 (patch) | |
tree | bd6b53221718f979cdcc352e908b9ac7537413d7 /gas/ChangeLog | |
parent | ad5fec3b3a1e529a7056e15f271851bd0dfb10fa (diff) | |
download | gdb-14082c76243bc7ec79c20faa7b01a320f30caa97.zip gdb-14082c76243bc7ec79c20faa7b01a320f30caa97.tar.gz gdb-14082c76243bc7ec79c20faa7b01a320f30caa97.tar.bz2 |
* doc/as.texinfo (Pseudo Ops): Remove no-file-dir conditional around
menu entry for File; remove version-specific .file operands from menu
description. Replace "LNS directives" menu entry with new entries
for "Loc" and "Loc_mark_labels".
(LNS directives): Split into separate nodes for each directive.
(Loc): New node for .loc directive. Mention that this directive
is for DWARF2 and add a missing article.
(Loc_mark_labels): Likewise for .loc_mark_labels.
(File): Change this node to describe both the default version and
the DWARF2 version of .file. Move the no-file-dir conditional to
include only the default version.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a3b056b..a2e5cb0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2008-10-09 Bob Wilson <bob.wilson@acm.org> + + * doc/as.texinfo (Pseudo Ops): Remove no-file-dir conditional around + menu entry for File; remove version-specific .file operands from menu + description. Replace "LNS directives" menu entry with new entries + for "Loc" and "Loc_mark_labels". + (LNS directives): Split into separate nodes for each directive. + (Loc): New node for .loc directive. Mention that this directive + is for DWARF2 and add a missing article. + (Loc_mark_labels): Likewise for .loc_mark_labels. + (File): Change this node to describe both the default version and + the DWARF2 version of .file. Move the no-file-dir conditional to + include only the default version. + 2008-10-09 Eric Botcazou <ebotcazou@adacore.com> * dw2gencfi.c (cfi_finish): Deal with md_fix_up_eh_frame. |