diff options
author | Petr Tesarik <petr@tesarici.cz> | 2023-12-02 17:35:40 +0100 |
---|---|---|
committer | Petr Tesarik <petr@tesarici.cz> | 2023-12-02 17:39:18 +0100 |
commit | 721e21d62f3e87607c77f07dd8ad7a3312bd8c19 (patch) | |
tree | 709a571aa30e15337a89fec09afcdb7d158bc469 /binutils/doc/binutils.texi | |
parent | a47b0babe48d50b065e9604275634966062ad2b0 (diff) | |
download | gdb-721e21d62f3e87607c77f07dd8ad7a3312bd8c19.zip gdb-721e21d62f3e87607c77f07dd8ad7a3312bd8c19.tar.gz gdb-721e21d62f3e87607c77f07dd8ad7a3312bd8c19.tar.bz2 |
binutils: Fix documentation typo in the --set-sect-name option
Fix a --set-sect-name typo in the description of objcopy
--rename-section.
Diffstat (limited to 'binutils/doc/binutils.texi')
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index ec23a78..abe58ef 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1818,7 +1818,7 @@ changing the section's flags to @var{flags} in the process. This has 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. This option accepts the same set of flags as the -@option{--sect-section-flags} option. +@option{--set-section-flags} option. This option is particularly helpful when the input format is binary, since this will always create a section called .data. If for example, |