]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix a typo in objcopy manual
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 12 Feb 2016 21:38:57 +0000 (13:38 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 12 Feb 2016 21:38:57 +0000 (13:38 -0800)
For objcopy, --compress-debug-sections=none is the same as
--decompress-debug-sections, not --nocompress-debug-sections.

* doc/binutils.texi: Fix a typo.

binutils/ChangeLog
binutils/doc/binutils.texi

index df4e6b0775e51254ac2f3dc6825e02c7381429e1..c11da45cd4fccf4bcfb53e6b059c5404d34cd760 100644 (file)
@@ -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>
 
        * testsuite/binutils-all/objdump.exp: Update expected default
index b17373222e6bc2fd69e6db58a2963c6cd2fbc1be..31ef8f2931c3986e3097441d07beed327d9e2b4a 100644 (file)
@@ -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}.