mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* doc/as.texinfo (Section, PushSection): Correct documentation
for ELF.
This commit is contained in:
parent
f3f0e6de72
commit
e9863d7f64
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user