mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* doc/as.texinfo (Section): Add missing ']' to .section example.
This commit is contained in:
parent
e1c819caf8
commit
7047dd1ea8
@ -1,3 +1,7 @@
|
||||
2005-10-14 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* doc/as.texinfo (Section): Add missing ']' to .section example.
|
||||
|
||||
2005-10-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR binutils/941
|
||||
|
@ -5378,7 +5378,7 @@ This is one of the ELF section stack manipulation directives. The others are
|
||||
For ELF targets, the @code{.section} directive is used like this:
|
||||
|
||||
@smallexample
|
||||
.section @var{name} [, "@var{flags}"[, @@@var{type}[,@var{flag_specific_arguments}]]
|
||||
.section @var{name} [, "@var{flags}"[, @@@var{type}[,@var{flag_specific_arguments}]]]
|
||||
@end smallexample
|
||||
|
||||
The optional @var{flags} argument is a quoted string which may contain any
|
||||
|
Loading…
Reference in New Issue
Block a user