This is the mail archive of the binutils@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]

[PATCH][AArch64] Document +rcpc weak release consistency extension


This was supposed to be part of
https://sourceware.org/ml/binutils/2017-01/msg00040.html
but somehow i lost this hunk of the patch.

gas/
2017-03-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>

	* doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
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]