]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update AArch64 documentation regarding architecture extensions.
authorJames Greenhalgh <james.greenhalgh@arm.com>
Thu, 7 Apr 2016 12:29:50 +0000 (13:29 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Apr 2016 12:29:50 +0000 (13:29 +0100)
* doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
Correct entry for RDMA.  Alpha sort entries.

gas/ChangeLog
gas/doc/c-aarch64.texi

index 0126fb81f77295630788df08bbe6388eea85c74e..de996f64892a7f6f18a700c60237ca770ecc4cfa 100644 (file)
@@ -1,3 +1,8 @@
+2016-04-06  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
+       Correct entry for RDMA.  Alpha sort entries.
+
 2016-04-07  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * config/tc-arc.c (tokenize_flags): Allow greater range of
index 7446655c8fc7b0670065d7e785abb90823b45164..669987b98f5b06efd1a824637000df28327ae4a9 100644 (file)
@@ -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