mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Fix a typo in objcopy manual
For objcopy, --compress-debug-sections=none is the same as --decompress-debug-sections, not --nocompress-debug-sections. * doc/binutils.texi: Fix a typo.
This commit is contained in:
@@ -1872,7 +1872,7 @@ ELF ABI. Note - if compression would actually make a section
|
||||
@itemx --compress-debug-sections=zlib-gabi
|
||||
For ELF files, these options control how DWARF debug sections are
|
||||
compressed. @option{--compress-debug-sections=none} is equivalent
|
||||
to @option{--nocompress-debug-sections}.
|
||||
to @option{--decompress-debug-sections}.
|
||||
@option{--compress-debug-sections=zlib} and
|
||||
@option{--compress-debug-sections=zlib-gabi} are equivalent to
|
||||
@option{--compress-debug-sections}.
|
||||
|
||||
Reference in New Issue
Block a user