From 5a80df0629615827084691bd1a10be674e27742f Mon Sep 17 00:00:00 2001 From: Tamar Christina Date: Mon, 9 Jun 2025 07:12:34 +0100 Subject: [PATCH] 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. --- gcc/doc/extend.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index fe22d34c2cf..e4f3cc2ad09 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}. -- 2.47.2