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 <ger...@pfeifer.com> Date: Mon Jan 23 12:35:53 2023 +0100 gcc-6: Consistently lower-case newlib 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 <sys/lock.h> + use self-contained objects defined in newlib <sys/lock.h> instead of Classic API semaphores. The keys for thread specific data and the <code>once</code> function are directly defined via <pthread.h>. - Self-contained condition variables are provided via Newlib + Self-contained condition variables are provided via newlib <sys/lock.h>. 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 <sys/lock.h> 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