[wwwdocs] gcc-6: Consistently lower-case newlib (was: [Patch] install.texi: Bump newlib version for nvptx + gcn)

Message ID 0096564c-038b-1b4b-d1db-ee31b3c0b485@pfeifer.com
State Committed
Headers
Series [wwwdocs] gcc-6: Consistently lower-case newlib (was: [Patch] install.texi: Bump newlib version for nvptx + gcn) |

Commit Message

Gerald Pfeifer Jan. 23, 2023, 11:37 a.m. UTC
  On Mon, 23 Jan 2023, Tobias Burnus wrote:
> In any case, I concur that it would be nice to unify .texi/.xml and
> diagnostic
> output (twice in config/or1k/elf.opt) - and likewise the wwwdocs pages.
:
> ->adds this to the to-do list.

Let me help a litte and take care of wwwdocs. Pushed. :)

Gerald


commit 6168a4b67741682ed9168ffdb5cfc6e8bec9557f
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Mon Jan 23 12:35:53 2023 +0100

    gcc-6: Consistently lower-case newlib
  

Patch

diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html
index a9f033b1..612ea48d 100644
--- a/htdocs/gcc-6/changes.html
+++ b/htdocs/gcc-6/changes.html
@@ -817,14 +817,14 @@  within strings:
 <h3 id="rtems">RTEMS</h3>
   <ul>
     <li>The RTEMS thread model implementation changed.  Mutexes now
-    use self-contained objects defined in Newlib &lt;sys/lock.h&gt;
+    use self-contained objects defined in newlib &lt;sys/lock.h&gt;
     instead of Classic API semaphores.  The keys for thread specific data and
     the <code>once</code> function are directly defined via &lt;pthread.h&gt;.
-    Self-contained condition variables are provided via Newlib
+    Self-contained condition variables are provided via newlib
     &lt;sys/lock.h&gt;.  The RTEMS thread model also supports C++11
     threads.</li>
 
-    <li>OpenMP support now uses self-contained objects provided by Newlib
+    <li>OpenMP support now uses self-contained objects provided by newlib
     &lt;sys/lock.h&gt; and offers a significantly better performance compared
     to the POSIX configuration of <code>libgomp</code>.  It is possible to
     configure thread pools for each scheduler instance via the environment