From patchwork Mon Jan 23 11:37:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 63588 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 589C03858284 for ; Mon, 23 Jan 2023 11:38:00 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 8731E3858D32 for ; Mon, 23 Jan 2023 11:37:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8731E3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A110433E73; Mon, 23 Jan 2023 06:37:41 -0500 (EST) Received: from naga (ip-109-43-114-172.web.vodafone.de [109.43.114.172]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 7603C33E6C; Mon, 23 Jan 2023 06:37:40 -0500 (EST) Date: Mon, 23 Jan 2023 12:37:38 +0100 (CET) From: Gerald Pfeifer To: Tobias Burnus cc: gcc-patches , Tom de Vries , Thomas Schwinge , =?iso-8859-15?q?Martin_Li=A8ka?= , Matthias Klose Subject: [wwwdocs] gcc-6: Consistently lower-case newlib (was: [Patch] install.texi: Bump newlib version for nvptx + gcn) In-Reply-To: Message-ID: <0096564c-038b-1b4b-d1db-ee31b3c0b485@pfeifer.com> References: <11d635d0-9798-5344-934b-969cb01974ba@codesourcery.com> <13b420c5-f19c-016c-3fbb-b3df6532962b@pfeifer.com> MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" 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 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:

RTEMS

  • 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 once 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.
  • -
  • OpenMP support now uses self-contained objects provided by Newlib +
  • 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 libgomp. It is possible to configure thread pools for each scheduler instance via the environment