aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-06-24 15:27:44 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-06-24 15:30:11 -0700
commit68c3545dc3bf31e41572a3e9ada3e189dc704b0c (patch)
treebde3da4b9f046bd00b0fee37d3cbe49092ce6f36 /gas
parent7cc152be3e6f24f2bdb9740157426dc115cdaa54 (diff)
downloadgdb-68c3545dc3bf31e41572a3e9ada3e189dc704b0c.zip
gdb-68c3545dc3bf31e41572a3e9ada3e189dc704b0c.tar.gz
gdb-68c3545dc3bf31e41572a3e9ada3e189dc704b0c.tar.bz2
Remove the extra @section .cfi_lsda
Commit 2f0c68f23bb3132cd5ac466ca8775c0d9e4960cd added an extra @section .cfi_lsda: @subsection @code{.cfi_lsda @var{encoding} [, @var{exp}]} +@section @code{.cfi_lsda @var{encoding} [, @var{exp}]} @code{.cfi_lsda} defines LSDA and its encoding. It shouldn't be there. * doc/as.texinfo (.cfi_lsda): Remove the extra @section.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/as.texinfo1
2 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8d0f28f..eb18335 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * doc/as.texinfo (.cfi_lsda): Remove the extra @section.
+
2015-06-19 Peter Bergner <bergner@vnet.ibm.com>
* config/tc-ppc.c (md_assemble): Use ppc_optional_operand_value.
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 6694b23..f42979a 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -4680,7 +4680,6 @@ Only valid when generating compact EH frames (i.e.
with @code{.cfi_sections eh_frame_entry}.
@subsection @code{.cfi_lsda @var{encoding} [, @var{exp}]}
-@section @code{.cfi_lsda @var{encoding} [, @var{exp}]}
@code{.cfi_lsda} defines LSDA and its encoding.
@var{encoding} must be a constant determining how the LSDA
should be encoded. If it is 255 (@code{DW_EH_PE_omit}), the second