From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 4F0913858D28; Sat, 8 Jun 2024 10:38:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4F0913858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717843125; bh=R86+b1QFMqFmU60lGm6s5UeIies3nOXnw1mfmEUQX9E=; h=To:Subject:Date:From:From; b=Z31TmxCy2t8s51/eFh0l0XaaONfff/rHi4fjFHEr7L45GHpciZtgXMJ3ForHgaOkO Dkdm1r0I1SLmLepobFk9wWaplB3wI4c1ZaD7AXPkZXgZSM336S8agbxrzbUYuRlhR2 yWDJz1ioBZmRq0CKbZD6407q3uxHMK+UMRBAug2c= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 60b155ba1362c75be927e673c51a3a1cf911b3bb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6d0cf1c7f87509706c1fce90cec801d422742ef4 X-Git-Newrev: 60b155ba1362c75be927e673c51a3a1cf911b3bb Message-Id: <20240608103845.4F0913858D28@sourceware.org> Date: Sat, 8 Jun 2024 10:38:45 +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 60b155ba1362c75be927e673c51a3a1cf911b3bb (commit) from 6d0cf1c7f87509706c1fce90cec801d422742ef4 (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 60b155ba1362c75be927e673c51a3a1cf911b3bb Author: Gerald Pfeifer Date: Sat Jun 8 12:37:29 2024 +0200 gcc-12: Break up markup of list of AArch64 options diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 2f790e0b..9e2cee50 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -691,7 +691,8 @@ function Multiply (S1, S2 : Sign) return Sign is

AArch64 & arm

  • Newer revisions of the Arm Architecture are supported as arguments to the - -march option: armv8.7-a, armv8.8-a, armv9-a.
  • + -march option: armv8.7-a, + armv8.8-a, armv9-a.
  • The Arm Cortex-A510 CPU is now supported through the cortex-a510 argument to the -mcpu and -mtune options.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs