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:
parent
e44e00ffff
commit
96d491cf8d
@ -1,3 +1,7 @@
|
|||||||
|
2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* doc/binutils.texi: Fix a typo.
|
||||||
|
|
||||||
2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
|
2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
|
||||||
|
|
||||||
* testsuite/binutils-all/objdump.exp: Update expected default
|
* testsuite/binutils-all/objdump.exp: Update expected default
|
||||||
|
@ -1872,7 +1872,7 @@ ELF ABI. Note - if compression would actually make a section
|
|||||||
@itemx --compress-debug-sections=zlib-gabi
|
@itemx --compress-debug-sections=zlib-gabi
|
||||||
For ELF files, these options control how DWARF debug sections are
|
For ELF files, these options control how DWARF debug sections are
|
||||||
compressed. @option{--compress-debug-sections=none} is equivalent
|
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} and
|
||||||
@option{--compress-debug-sections=zlib-gabi} are equivalent to
|
@option{--compress-debug-sections=zlib-gabi} are equivalent to
|
||||||
@option{--compress-debug-sections}.
|
@option{--compress-debug-sections}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user