diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-03-01 14:51:13 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-03-01 14:51:13 +0000 |
commit | 01cca2f95e4a448cbfb7dc940cc38fe89300b15f (patch) | |
tree | 4aeec64d7cfc3af824e6887cc20a3cb62994d776 | |
parent | 9ef920e933bf2ea228c909cf81636e6d9577e51e (diff) | |
download | gdb-01cca2f95e4a448cbfb7dc940cc38fe89300b15f.zip gdb-01cca2f95e4a448cbfb7dc940cc38fe89300b15f.tar.gz gdb-01cca2f95e4a448cbfb7dc940cc38fe89300b15f.tar.bz2 |
[AArch64] Document +rcpc weak release consistency extension
gas/
* doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-aarch64.texi | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c80527a..9be9530 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc. + 2017-02-28 Jan Beulich <jbeulich@suse.com> * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index f5be0d4..2a01c3f 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -154,6 +154,8 @@ automatically cause those extensions to be disabled. @item @code{ras} @tab ARMv8-A @tab ARMv8.2-A or later @tab Enable the Reliability, Availability and Serviceability extension. +@item @code{rcpc} @tab ARMv8.2-A @tab ARMv8.3-A or later + @tab Enable the weak release consistency extension. @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 |