[DOCS] changes: mentioned ignore -gz=zlib-gnu option

Message ID 8d90f74b-c3ec-880b-8dcb-75c14d6cb5b5@suse.cz
State New
Headers
Series [DOCS] changes: mentioned ignore -gz=zlib-gnu option |

Commit Message

Martin Liška Sept. 22, 2022, 1:04 p.m. UTC
  ---
 htdocs/gcc-13/changes.html | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index a7d88038..0e895110 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -35,6 +35,10 @@  a work-in-progress.</p>
       <code>-gstabs</code> and <code>-gxcoff</code> options) has been removed.
       (This means the <strong>dbx</strong> debugger is no longer
       supported, either.)</li>
+    <li>Legacy debug info compression option <code>-gz=zlib-gnu</code> was removed
+      and the option is ignored right now.  If you really want to use the compression algorithm,
+      use the corresponding <code>-Wl,--compress-debug-sections=zlib-gnu</code>
+      and <code>-Wa,--compress-debug-sections=zlib-gnu</code> options.</li>
 </ul>