From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 8733B3858C2C for ; Fri, 1 Oct 2021 10:33:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8733B3858C2C 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 4906B33EE1; Fri, 1 Oct 2021 06:33:59 -0400 (EDT) Received: from [192.168.1.5] (77.118.228.149.wireless.dyn.drei.com [77.118.228.149]) (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 B8E7733EDD; Fri, 1 Oct 2021 06:33:58 -0400 (EDT) Date: Fri, 1 Oct 2021 12:33:54 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Richard Biener Subject: [committed] wwwdocs: Consistently use 32-bit instead of 32bit MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Message-Id: <20211001103359.4906B33EE1@hamza.pair.com> X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: , X-List-Received-Date: Fri, 01 Oct 2021 10:34:00 -0000 Just a little thing I noticed in one of the recent commits. Pushed. --- htdocs/gcc-12/changes.html | 2 +- htdocs/gcc-8/changes.html | 2 +- htdocs/news.html | 4 ++-- htdocs/news/sparc.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 45e87ea4..4f7bbd33 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -55,7 +55,7 @@ a work-in-progress.

  • The hppa[12] wwwdocs:*-*-hpux10* and hppa[12]*-*-hpux11* - configurations targeting 32bit PA-RISC with HP-UX have been obsoleted and + configurations targeting 32-bit PA-RISC with HP-UX have been obsoleted and will be removed in a future release.
  • The support for the m32r-*-linux*, m32rle-*-linux*, diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index d9404170..84f32d3e 100644 --- a/htdocs/gcc-8/changes.html +++ b/htdocs/gcc-8/changes.html @@ -300,7 +300,7 @@ f () { /* Do something. */; }
  • Fixed illegal addresses generated from address expressions which refer only to offset 0.
  • Fixed a bug with reg+offset addressing on 32b segments. - In 'large' mode, the offset is treated as 32bits unless it's + In 'large' mode, the offset is treated as 32-bit unless it's in global, read-only or kernarg address space.
  • Fixed a crash caused sometimes by calls with more than 4 arguments.
  • diff --git a/htdocs/news.html b/htdocs/news.html index a4acd823..24eab163 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -1559,7 +1559,7 @@ improvement work were and will be of great use.
    September 21, 1999
    Nick Clifton of Cygnus Solutions has donated support for the Fujitsu -FR30 processor. The FR30 is a low-cost 32bit cpu intended for larger +FR30 processor. The FR30 is a low-cost 32-bit CPU intended for larger embedded applications. It has a simple load/store architecture, 16 general registers and a variable length instruction set.
    @@ -1762,7 +1762,7 @@ are expected in the future.
    January 21, 1999
    Cygnus donates support for the PowerPC -750 processor. The PPC750 is a 32bit superscalar implementation of the +750 processor. The PPC750 is a 32-bit superscalar implementation of the PowerPC family manufactured by both Motorola and IBM. The PPC750 is targeted at high end Macs as well as high end embedded applications.
    diff --git a/htdocs/news/sparc.html b/htdocs/news/sparc.html index fcfb8cfa..4c379a06 100644 --- a/htdocs/news/sparc.html +++ b/htdocs/news/sparc.html @@ -138,7 +138,7 @@ improve long term maintainability of the compiler. Details follow.

    3) Full support for nearly all features of the new 64-bit SPARC ELF V9 ABI. This includes support for all meaningful code models, including MediumLow, MediumMiddle, MediunAny (both old and new for - backwards compatibility with older GCC versions), and 32bit. + backwards compatibility with older GCC versions), and 32-bit. 4) Tremendously improved support for instruction level parallelism on UltraSPARC. Using some new pieces of infrastructure added to -- 2.33.0