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 <ger...@pfeifer.com> 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 <h3 id="arm-targets">AArch64 & arm</h3> <ul> <li>Newer revisions of the Arm Architecture are supported as arguments to the - <code>-march</code> option: <code>armv8.7-a, armv8.8-a, armv9-a</code>.</li> + <code>-march</code> option: <code>armv8.7-a</code>, + <code>armv8.8-a</code>, <code>armv9-a</code>.</li> <li>The Arm Cortex-A510 CPU is now supported through the <code>cortex-a510 </code> argument to the <code>-mcpu</code> and <code>-mtune</code> options. </li> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs