From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 4DE923858C2C; Fri, 1 Oct 2021 10:33:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DE923858C2C To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 52c897edc0a0743052a291c026ec5f6779d51d99 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 22c971cd3b33bae1b31bb4f1a54c65e059775e52 X-Git-Newrev: 52c897edc0a0743052a291c026ec5f6779d51d99 Message-Id: <20211001103324.4DE923858C2C@sourceware.org> Date: Fri, 1 Oct 2021 10:33:24 +0000 (GMT) From: Gerald Pfeifer X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 10:33:24 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 52c897edc0a0743052a291c026ec5f6779d51d99 (commit) from 22c971cd3b33bae1b31bb4f1a54c65e059775e52 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 52c897edc0a0743052a291c026ec5f6779d51d99 Author: Gerald Pfeifer Date: Fri Oct 1 12:33:06 2021 +0200 Consistently use 32-bit instead of 32bit 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]*-*-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 ----------------------------------------------------------------------- Summary of changes: 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(-) hooks/post-receive -- gcc-wwwdocs