From: Daniel Jacobowitz Date: Mon, 26 Jul 2004 03:34:35 +0000 (+0000) Subject: * doc/as.texinfo (Section, PushSection): Correct documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9863d7f64b0f4c954fec19129fb31eb52845376;p=binutils-gdb.git * doc/as.texinfo (Section, PushSection): Correct documentation for ELF. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 84577dfc15a..b9c6e8f25a9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2004-07-25 Daniel Jacobowitz + + * doc/as.texinfo (Section, PushSection): Correct documentation + for ELF. + 2004-07-21 Jan Beulich * config/tc-i386.c (optimize_imm): Adjust immediates to only those diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 29605b3f1e2..c81b4847dbb 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -5056,9 +5056,9 @@ This is one of the ELF section stack manipulation directives. The others are @code{.popsection} (@pxref{PopSection}), and @code{.previous} (@pxref{Previous}). -This directive is a synonym for @code{.section}. It pushes the current section -(and subsection) onto the top of the section stack, and then replaces the -current section and subsection with @code{name} and @code{subsection}. +This directive pushes the current section (and subsection) onto the +top of the section stack, and then replaces the current section and +subsection with @code{name} and @code{subsection}. @end ifset @node Quad @@ -5309,10 +5309,10 @@ section is executable section is used for thread local storage @end table -This directive replaces the current section and subsection. The replaced -section and subsection are pushed onto the section stack. See the contents of -the gas testsuite directory @code{gas/testsuite/gas/elf} for some examples of -how this directive and the other section stack directives work. +This directive replaces the current section and subsection. See the +contents of the gas testsuite directory @code{gas/testsuite/gas/elf} for +some examples of how this directive and the other section stack directives +work. @end ifset @end ifset