diff options
author | James Greenhalgh <james.greenhalgh@arm.com> | 2016-04-07 13:29:50 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-04-07 13:29:50 +0100 |
commit | b607cde1aa3b1ff395a92790fbcdce18a22b059b (patch) | |
tree | 8e9bb002234325444a562a26bdf7934fdf3bc538 /gas/doc | |
parent | 692166c24476b9123ca7dbb999e458a1f7fa2faa (diff) | |
download | gdb-b607cde1aa3b1ff395a92790fbcdce18a22b059b.zip gdb-b607cde1aa3b1ff395a92790fbcdce18a22b059b.tar.gz gdb-b607cde1aa3b1ff395a92790fbcdce18a22b059b.tar.bz2 |
Update AArch64 documentation regarding architecture extensions.
* doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
Correct entry for RDMA. Alpha sort entries.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 7446655..669987b 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -134,19 +134,21 @@ automatically cause those extensions to be disabled. @tab Enable cryptographic extensions. This implies @code{fp} and @code{simd}. @item @code{fp} @tab ARMv8-A @tab ARMv8-A or later @tab Enable floating-point extensions. -@item @code{simd} @tab ARMv8-A @tab ARMv8-A or later - @tab Enable Advanced SIMD extensions. This implies @code{fp}. -@item @code{pan} @tab ARMv8-A @tab ARMv8-A or later - @tab Enable Privileged Access Never support. -@item @code{lor} @tab ARMv8-A @tab ARMv8-A or later - @tab Enable Limited Ordering Regions extensions. -@item @code{rdma} @tab ARMv8-A @tab ARMv8-A or later - @tab Enable ARMv8.1 Advanced SIMD extensions. This implies @code{simd}. @item @code{fp16} @tab ARMv8.2-A @tab ARMv8.2-A or later @tab Enable ARMv8.2 16-bit floating-point support. This implies @code{fp}. +@item @code{lor} @tab ARMv8-A @tab ARMv8.1-A or later + @tab Enable Limited Ordering Regions extensions. +@item @code{lse} @tab ARMv8-A @tab ARMv8.1-A or later + @tab Enable Large System extensions. +@item @code{pan} @tab ARMv8-A @tab ARMv8.1-A or later + @tab Enable Privileged Access Never support. @item @code{profile} @tab ARMv8.2-A @tab No @tab Enable statistical profiling extensions. +@item @code{rdma} @tab ARMv8-A @tab ARMv8.1-A or later + @tab Enable ARMv8.1 Advanced SIMD extensions. This implies @code{simd}. +@item @code{simd} @tab ARMv8-A @tab ARMv8-A or later + @tab Enable Advanced SIMD extensions. This implies @code{fp}. @end multitable @node AArch64 Syntax |