diff mbox series

[wwwdocs] Add -moutline-atomics for AArch64 on gcc-9 and gcc-8

Message ID c4a796e3-0742-2e32-f594-ef1016ed4600@arm.com
State New
Headers show
Series [wwwdocs] Add -moutline-atomics for AArch64 on gcc-9 and gcc-8 | expand

Commit Message

Andre Vieira (lists) April 24, 2020, 7:48 a.m. UTC
Add the backported functionality of -moutline-atomics for AArch64 to the 
gcc-9 and gcc-8 changes.html

Validates. Is this OK?

Comments

Kyrylo Tkachov April 24, 2020, 8:05 a.m. UTC | #1
> -----Original Message-----
> From: Andre Vieira (lists) <andre.simoesdiasvieira@arm.com>
> Sent: 24 April 2020 08:49
> To: gcc-patches@gcc.gnu.org
> Cc: Kyrylo Tkachov <Kyrylo.Tkachov@arm.com>
> Subject: [PATCH][wwwdocs] Add -moutline-atomics for AArch64 on gcc-9 and
> gcc-8
> 
> Add the backported functionality of -moutline-atomics for AArch64 to the
> gcc-9 and gcc-8 changes.html
> 
> Validates. Is this OK?

Ok.
Thanks,
Kyrill
diff mbox series

Patch

diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html
index 83dd1bc010a6e4debb76790b3fe62275bf0e0657..83e57db181294110f71a5d59960fb4d3fed7be98 100644
--- a/htdocs/gcc-8/changes.html
+++ b/htdocs/gcc-8/changes.html
@@ -1394,5 +1394,22 @@  known to be fixed in the 8.4 release. This list might not be
 complete (that is, it is possible that some PRs that have been fixed
 are not listed here).</p>
 
+<!-- .................................................................. -->
+<h2 id="GCC8.5">GCC 8.5</h2>
+
+<h3> Target Specific Changes</h3>
+
+<h4>AArch64</h4>
+  <ul>
+    <li>
+  The option <code>-moutline-atomics</code> has been added to aid
+  deployment of the Large System Extensions (LSE) on GNU/Linux systems built
+  with a baseline architecture targeting Armv8-A.  When the option is
+  specified code is emitted to detect the presence of LSE instructions at
+  runtime and use them for standard atomic operations.
+  For more information please refer to the documentation.
+    </li>
+  </ul>
+
 </body>
 </html>
diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index 74c7cde72ef5ab8ec059e20a8da3e46907ecd9a3..a2a28a9aeb851cae298e828d2c4b57c6fa414cf4 100644
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -1132,5 +1132,21 @@  complete (that is, it is possible that some PRs that have been fixed
 are not listed here).</p>
 
 <!-- .................................................................. -->
+<h2 id="GCC9.4">GCC 9.4</h2>
+
+<h3> Target Specific Changes</h3>
+
+<h4>AArch64</h4>
+  <ul>
+    <li>
+  The option <code>-moutline-atomics</code> has been added to aid
+  deployment of the Large System Extensions (LSE) on GNU/Linux systems built
+  with a baseline architecture targeting Armv8-A.  When the option is
+  specified code is emitted to detect the presence of LSE instructions at
+  runtime and use them for standard atomic operations.
+  For more information please refer to the documentation.
+    </li>
+  </ul>
+
 </body>
 </html>