diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-02-12 13:38:57 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-02-12 13:38:57 -0800 |
commit | 96d491cf8d814d9edff187c2f7db8b1ee72c4417 (patch) | |
tree | d21ede800b78f3ef578c9dc23222c3e1c255dd3d /binutils/doc | |
parent | e44e00ffffe358d91df0ec4a11563eef0c14beb4 (diff) | |
download | gdb-96d491cf8d814d9edff187c2f7db8b1ee72c4417.zip gdb-96d491cf8d814d9edff187c2f7db8b1ee72c4417.tar.gz gdb-96d491cf8d814d9edff187c2f7db8b1ee72c4417.tar.bz2 |
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.
Diffstat (limited to 'binutils/doc')
-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 b173732..31ef8f2 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -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}. |