public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Document reimplementation of GNU threads library on Windows
@ 2024-05-16 10:39 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2024-05-16 10:39 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

... which happened in GCC 13.

Validated with W3C's Validator and applied.

-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-patch, Size: 1043 bytes --]

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index e324b782..3ab4a101 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -770,8 +770,17 @@ You may also want to check out our
 
 <!-- <h3 id="vxmils">VxWorks MILS</h3> -->
 
-<!-- <h3 id="windows">Windows</h3> -->
-
+<h3 id="windows">Windows</h3>
+<ul>
+  <li>The GNU threads library used by the <code>win32</code> thread model has
+      been reimplemented using direct Win32 API calls, except for the Objective-C
+      specific subset.  It requires Windows XP/Server 2003 or later.  The new
+      implementation also adds the support needed for the C++11 threads, using
+      again direct Win32 API calls; this additional layer requires Windows
+      Vista/Server 2008 or later.  It is recommended to use a recent version of
+      MinGW-W64 in conjunction with the <code>win32</code> thread model.
+  </li>
+</ul>
 
 <!-- .................................................................. -->
 <!-- <h2>Documentation improvements</h2> -->

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-16 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-16 10:39 [wwwdocs] Document reimplementation of GNU threads library on Windows Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).