[wwwdocs] Specify AArch64 BitInt support for little-endian only

Message ID a90a7169-890a-463d-96e0-ade4e70b2ef0@arm.com
State New
Headers
Series [wwwdocs] Specify AArch64 BitInt support for little-endian only |

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

Andre Vieira (lists) May 7, 2024, 1:12 p.m. UTC
  Hey Jakub,

This what ya had in mind?

Kind regards,
Andre Vieira
  

Comments

Jakub Jelinek May 7, 2024, 3:38 p.m. UTC | #1
On Tue, May 07, 2024 at 02:12:07PM +0100, Andre Vieira (lists) wrote:
> Hey Jakub,
> 
> This what ya had in mind?

Yes.

> diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
> index ca5174de991bb088f653468f77485c15a61526e6..924e045a15a78b5702a0d6997953f35c6b47efd1 100644
> --- a/htdocs/gcc-14/changes.html
> +++ b/htdocs/gcc-14/changes.html
> @@ -325,7 +325,7 @@ You may also want to check out our
>        <li>Bit-precise integer types (<code>_BitInt (<i>N</i>)</code>
>        and <code>unsigned _BitInt (<i>N</i>)</code>): integer types with
>        a specified number of bits.  These are only supported on
> -      IA-32, x86-64 and AArch64 at present.</li>
> +      IA-32, x86-64 and AArch64 (little-endian) at present.</li>
>        <li>Structure, union and enumeration types may be defined more
>        than once in the same scope with the same contents and the same
>        tag; if such types are defined with the same contents and the


	Jakub
  

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index ca5174de991bb088f653468f77485c15a61526e6..924e045a15a78b5702a0d6997953f35c6b47efd1 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -325,7 +325,7 @@  You may also want to check out our
       <li>Bit-precise integer types (<code>_BitInt (<i>N</i>)</code>
       and <code>unsigned _BitInt (<i>N</i>)</code>): integer types with
       a specified number of bits.  These are only supported on
-      IA-32, x86-64 and AArch64 at present.</li>
+      IA-32, x86-64 and AArch64 (little-endian) at present.</li>
       <li>Structure, union and enumeration types may be defined more
       than once in the same scope with the same contents and the same
       tag; if such types are defined with the same contents and the