mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* doc/as.texinfo (Section): Replace "subsegment" with subsection".
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-10-30 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* doc/as.texinfo (Section): Replace "subsegment" with
|
||||||
|
"subsection".
|
||||||
|
|
||||||
2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
|
2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gas/5221
|
PR gas/5221
|
||||||
|
@ -5598,7 +5598,7 @@ ways:
|
|||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
.section @var{name}[, "@var{flags}"]
|
.section @var{name}[, "@var{flags}"]
|
||||||
.section @var{name}[, @var{subsegment}]
|
.section @var{name}[, @var{subsection}]
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
If the optional argument is quoted, it is taken as flags to use for the
|
If the optional argument is quoted, it is taken as flags to use for the
|
||||||
@ -5629,7 +5629,7 @@ from the section, rather than adding them, so if they are used on their own it
|
|||||||
will be as if no flags had been specified at all.
|
will be as if no flags had been specified at all.
|
||||||
|
|
||||||
If the optional argument to the @code{.section} directive is not quoted, it is
|
If the optional argument to the @code{.section} directive is not quoted, it is
|
||||||
taken as a subsegment number (@pxref{Sub-Sections}).
|
taken as a subsection number (@pxref{Sub-Sections}).
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@ifset ELF
|
@ifset ELF
|
||||||
|
Reference in New Issue
Block a user