]> 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:42:48 +0000 (13:42 -0800)
For objcopy, --compress-debug-sections=none is the same as
--decompress-debug-sections, not --nocompress-debug-sections.

Backport from master

* doc/binutils.texi: Fix a typo.

binutils/ChangeLog
binutils/doc/binutils.texi

index dd952230c288a4c1bd8231a7fe2815847a86d908..0f11a7333a306012cc01a60de4ee7a0f5af368c5 100644 (file)
@@ -1,3 +1,10 @@
+2016-02-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Backport from master
+       2016-02-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/binutils.texi: Fix a typo.
+
 2016-01-25  Tristan Gingold  <gingold@adacore.com>
 
        * configure: Regenerate.
index 7dc09c32139d18693cfbcef3760bbeb0e991e13a..2e424ef002719a7775ef84417b846e71f70ccf62 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}.