diff mbox series

[wwwdocs] gcc-4.3/changes.html -- reduce links to mpfr.org

Message ID alpine.LSU.2.21.1809011345320.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] gcc-4.3/changes.html -- reduce links to mpfr.org | expand

Commit Message

Gerald Pfeifer Sept. 1, 2018, 11:47 a.m. UTC
This page already has a link to mpfr.org (which I updated recently),
and this being more of a historical page and to make future link
maintenance easier, this reduces the number of links.

Applied.

Gerald
diff mbox series

Patch

Index: gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.135
diff -u -r1.135 changes.html
--- gcc-4.3/changes.html	26 Aug 2018 13:04:29 -0000	1.135
+++ gcc-4.3/changes.html	1 Sep 2018 11:44:51 -0000
@@ -172,11 +172,10 @@ 
 
   <ul>
     <li id="mpfropts">The GCC middle-end has been integrated with the
-    <a href="http://www.mpfr.org/">MPFR</a> library.  This allows GCC
+    MPFR library.  This allows GCC
     to evaluate and replace at compile-time calls to built-in math
     functions having constant arguments with their mathematically
-    equivalent results.  In making use of <a
-    href="http://www.mpfr.org/">MPFR</a>, GCC can generate correct
+    equivalent results.  In making use of MPFR, GCC can generate correct
     results regardless of the math library implementation or floating
     point precision of the host platform.  This also allows GCC to
     generate identical results regardless of whether one compiles in
@@ -201,7 +200,7 @@ 
     functions (e.g. <code>sinf</code> and <code>sinl</code>) are also
     handled.  The <code>sqrt</code> and <code>cabs</code> functions
     with constant arguments were already optimized in prior GCC
-    releases.  Now they also use <a href="http://www.mpfr.org/">MPFR</a>. </li>
+    releases.  Now they also use MPFR. </li>
 
     <li>A new <em>forward propagation</em> pass on RTL was added.  The new pass
       replaces several slower transformations, resulting in compile-time