From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1033) id DB2C23858004; Tue, 23 Mar 2021 01:10:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB2C23858004 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0913e2692a157b96957112d04f12497fd174ccae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3aca43b28c04f6d0c7f446bafcd2f539a2eec5b0 X-Git-Newrev: 0913e2692a157b96957112d04f12497fd174ccae Message-Id: <20210323011024.DB2C23858004@sourceware.org> Date: Tue, 23 Mar 2021 01:10:24 +0000 (GMT) From: David Edelsohn 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: Tue, 23 Mar 2021 01:10:25 -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 0913e2692a157b96957112d04f12497fd174ccae (commit) from 3aca43b28c04f6d0c7f446bafcd2f539a2eec5b0 (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 0913e2692a157b96957112d04f12497fd174ccae Author: David Edelsohn Date: Mon Mar 22 21:12:07 2021 -0400 aix: Describe GCC 11 changes for AIX. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 99fb9d8f..69869309 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -702,6 +702,15 @@ a work-in-progress.

Operating Systems

+

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.
  • +
  • Support AIX Vector Extended ABI with -mabi=vec-extabi.
  • +
  • Thread-Local uninitiated data placed in local common section.
  • +
  • Use thread-safe access in ctype.
  • +
  • Link with libc128.a when long-double-128 enabled.
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) hooks/post-receive -- gcc-wwwdocs