https://gcc.gnu.org/g:5a80df0629615827084691bd1a10be674e27742f
commit r16-1301-g5a80df0629615827084691bd1a10be674e27742f Author: Tamar Christina <tamar.christ...@arm.com> Date: Mon Jun 9 07:12:34 2025 +0100 AArch64 docs: add itemx for outline-atomics docs The documentation for outline atomics is missing the entry for -mno-outline-atomics which this patch adds. gcc/ChangeLog: * doc/extend.texi (outline-atomics): Document the inverse -mno flag. Diff: --- gcc/doc/extend.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index fe22d34c2cf6..e4f3cc2ad09e 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3879,6 +3879,7 @@ behavior and permissible arguments are the same as for the command-line option @cindex @code{outline-atomics} function attribute, AArch64 @item outline-atomics +@itemx no-outline-atomics Enable or disable calls to out-of-line helpers to implement atomic operations. This corresponds to the behavior of the command-line options @option{-moutline-atomics} and @option{-mno-outline-atomics}.