binutils/doc: Fix a "using" typo in `objcopy --rename-section' description
binutils/ * doc/binutils.texi (objcopy): Fix a typo in `--rename-section' option description.
This commit is contained in:
parent
5c319bb260
commit
1ea332d693
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-01-22 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
|
||||
option description.
|
||||
|
||||
2018-01-22 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* MAINTAINERS: Update my company e-mail address.
|
||||
|
|
|
@ -1635,7 +1635,7 @@ symbol table in the order they appear.
|
|||
@item --rename-section @var{oldname}=@var{newname}[,@var{flags}]
|
||||
Rename a section from @var{oldname} to @var{newname}, optionally
|
||||
changing the section's flags to @var{flags} in the process. This has
|
||||
the advantage over usng a linker script to perform the rename in that
|
||||
the advantage over using a linker script to perform the rename in that
|
||||
the output stays as an object file and does not become a linked
|
||||
executable.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue