From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 8EDAB3858D34; Thu, 9 May 2024 06:17:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EDAB3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715235440; bh=VH3NyeMmnij3tKsn3MF4rUf89uByZ9WagtcdwZQt35s=; h=To:Subject:Date:From:From; b=Va6bdardD4d4/fwAn3QX1G+iZy0jChZMvQg5BgFP+2afpPC3O0nHG0aK9J0pNjY6k E3sSnBjOWvCLzjWicGlJQXi9cU/yygLyTXiKOSWn32Yii9qAahwjE95HyZAMjCHMQh OXrqjdNTFBNbDiV2wZNXa2cB7UsAsV3ZBZ9rRF5Q= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b0f7297602476b09073d13d12782d817a0115367 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 10f71cf2e68da0589c15d52adf1177feb959861b X-Git-Newrev: b0f7297602476b09073d13d12782d817a0115367 Message-Id: <20240509061720.8EDAB3858D34@sourceware.org> Date: Thu, 9 May 2024 06:17:20 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 b0f7297602476b09073d13d12782d817a0115367 (commit) from 10f71cf2e68da0589c15d52adf1177feb959861b (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 b0f7297602476b09073d13d12782d817a0115367 Author: Gerald Pfeifer Date: Thu May 9 08:16:57 2024 +0200 gcc-11: Use 64-bit instead of 64 bit diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index a00637c6..b4ecf3c0 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -1001,8 +1001,8 @@ You may also want to check out our

AIX

    -
  • GCC for AIX can be built as a 64 bit application and the runtime -is built as FAT libraries containing both 32 bit and 64 bit objects.
  • +
  • GCC for AIX can be built as a 64-bit application and the runtime +is built as FAT libraries containing both 32-bit and 64-bit objects.
  • Support AIX Vector Extended ABI with -mabi=vec-extabi.
  • Thread-Local uninitiated data placed in local common section.
  • Use thread-safe access in ctype.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs