From: Tamar Christina Date: Mon, 9 Jun 2025 06:12:34 +0000 (+0100) Subject: AArch64 docs: add itemx for outline-atomics docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a80df0629615827084691bd1a10be674e27742f;p=thirdparty%2Fgcc.git 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 --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}.