[wwwdocs] gcc-15: Deprecate ILP32 on AArch64

Message ID DB3PR08MB8986EBE242DA6DCF75FD691683182@DB3PR08MB8986.eurprd08.prod.outlook.com
State Committed
Headers
Series [wwwdocs] gcc-15: Deprecate ILP32 on AArch64 |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Wilco Dijkstra Jan. 14, 2025, 5:22 p.m. UTC
  As suggested in https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673558.html
update the gcc-15 Changes page:

Add ILP32 depreciation to Caveats section.

---
  

Comments

Richard Sandiford Jan. 14, 2025, 8:23 p.m. UTC | #1
Wilco Dijkstra <Wilco.Dijkstra@arm.com> writes:
> As suggested in https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673558.html
> update the gcc-15 Changes page:
>
> Add ILP32 depreciation to Caveats section.

OK once the GCC patch has gone in.

Thanks,
Richard

>
> ---
>
> diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
> index 1c690c4a168f4d6297ad33dd5b798e9200792dc5..d5037efb34cc8e6d4bd5d7fc14e53e1454bb48f1 100644
> --- a/htdocs/gcc-15/changes.html
> +++ b/htdocs/gcc-15/changes.html
> @@ -32,6 +32,9 @@ a work-in-progress.</p>
>    <li>Support for Nios II targets, which was marked obsolete in GCC 14,
>      has now been removed entirely.
>    </li>
> +  <li>In the AArch64 port, support for ILP32 (<code>-mabi=ilp32</code>) has
> +    been deprecated and will be removed in a future release.
> +  </li>
>  </ul>
  

Patch

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 1c690c4a168f4d6297ad33dd5b798e9200792dc5..d5037efb34cc8e6d4bd5d7fc14e53e1454bb48f1 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -32,6 +32,9 @@  a work-in-progress.</p>
   <li>Support for Nios II targets, which was marked obsolete in GCC 14,
     has now been removed entirely.
   </li>
+  <li>In the AArch64 port, support for ILP32 (<code>-mabi=ilp32</code>) has
+    been deprecated and will be removed in a future release.
+  </li>
 </ul>