This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [AArch64] Document +rcpc weak release consistency extension


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=01cca2f95e4a448cbfb7dc940cc38fe89300b15f

commit 01cca2f95e4a448cbfb7dc940cc38fe89300b15f
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Mar 1 14:51:13 2017 +0000

    [AArch64] Document +rcpc weak release consistency extension
    
    gas/
    	* doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.

Diff:
---
 gas/ChangeLog          | 4 ++++
 gas/doc/c-aarch64.texi | 2 ++
 2 files changed, 6 insertions(+)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]