aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2016-04-07 13:29:50 +0100
committerNick Clifton <nickc@redhat.com>2016-04-07 13:29:50 +0100
commitb607cde1aa3b1ff395a92790fbcdce18a22b059b (patch)
tree8e9bb002234325444a562a26bdf7934fdf3bc538
parent692166c24476b9123ca7dbb999e458a1f7fa2faa (diff)
downloadgdb-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.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/doc/c-aarch64.texi18
2 files changed, 15 insertions, 8 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0126fb8..de996f6 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
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