diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-07-26 03:34:35 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-07-26 03:34:35 +0000 |
commit | e9863d7f64b0f4c954fec19129fb31eb52845376 (patch) | |
tree | 62db246142c109c2d941941ea3c76267abddd7b8 /gas | |
parent | f3f0e6de7270531d31340b3b807a387a09f25f53 (diff) | |
download | gdb-e9863d7f64b0f4c954fec19129fb31eb52845376.zip gdb-e9863d7f64b0f4c954fec19129fb31eb52845376.tar.gz gdb-e9863d7f64b0f4c954fec19129fb31eb52845376.tar.bz2 |
* doc/as.texinfo (Section, PushSection): Correct documentation
for ELF.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 14 |
2 files changed, 12 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 84577df..b9c6e8f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2004-07-25 Daniel Jacobowitz <dan@debian.org> + + * doc/as.texinfo (Section, PushSection): Correct documentation + for ELF. + 2004-07-21 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (optimize_imm): Adjust immediates to only those diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 29605b3..c81b484 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 |