Fix debug section compression so that it is only performed if it would make the secti...
[deliverable/binutils-gdb.git] / binutils / doc / binutils.texi
index 22d54bebfede058bf0021e6df30f9a625d65867e..da50163ce4252bc7990b8ff70d881dbb95677dce 100644 (file)
@@ -1844,10 +1844,14 @@ It can also be a useful way of reducing the size of a @option{--just-symbols}
 linker input file.
 
 @item --compress-debug-sections
-Compress DWARF debug sections using zlib.
+Compress DWARF debug sections using zlib.  The debug sections are
+renamed to begin with @samp{.zdebug} instead of @samp{.debug}.  Note -
+if compression would actually make a section @emph{larger} then it is
+not compressed or renamed. 
 
 @item --decompress-debug-sections
-Decompress DWARF debug sections using zlib.
+Decompress DWARF debug sections using zlib.  The original section
+names of the compressed sections are restored.
 
 @item -V
 @itemx --version
This page took 0.02434 seconds and 4 git commands to generate.