---
htdocs/gcc-13/changes.html | 4 ++++
1 file changed, 4 insertions(+)
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>
--
2.37.3