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