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 <ger...@pfeifer.com> 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 <!-- <h3 id="aix">AIX</h3> --> <h3 id="aix">AIX</h3> <ul> - <li>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.</li> + <li>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.</li> <li>Support AIX Vector Extended ABI with -mabi=vec-extabi.</li> <li>Thread-Local uninitiated data placed in local common section.</li> <li>Use thread-safe access in ctype.</li> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs