diff mbox series

[committed] wwwdocs: Remove link to DWARD standard

Message ID 20211017071158.D49C133F23@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Remove link to DWARD standard | expand

Commit Message

Gerald Pfeifer Oct. 17, 2021, 7:11 a.m. UTC
We've got a number of links to the DWARF standard on our page, which
requires some link maintenance. Remove this one for GCC 7 which is
unlikely to be used (much).
---
 htdocs/gcc-7/changes.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-7/changes.html b/htdocs/gcc-7/changes.html
index a040a80a..5bcb59b6 100644
--- a/htdocs/gcc-7/changes.html
+++ b/htdocs/gcc-7/changes.html
@@ -155,8 +155,7 @@  main (int argc, char **argv)
   UndefinedBehavior Sanitizer now diagnoses arithmetic overflows even on
   arithmetic operations with generic vectors.</li>
 
-  <li>Version 5 of the <a
-  href="http://www.dwarfstd.org/Download.php">DWARF</a> debugging
+  <li>Version 5 of the DWARF debugging
   information standard is supported through the <code>-gdwarf-5</code>
   option.  The DWARF version 4 debugging information remains the
   default until consumers of debugging information are adjusted.</li>