@@ -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>
@@ -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>