https://gcc.gnu.org/g:7e9ff94b34a91d04291f55b7212093d667688444
commit r16-6085-g7e9ff94b34a91d04291f55b7212093d667688444 Author: Sandra Loosemore <[email protected]> Date: Fri Dec 5 17:07:24 2025 +0000 doc, m32c: Clean up M32C option documentation [PR122243] gcc/ChangeLog PR other/122243 * doc/invoke.texi (M32C Options): Add missing @opindex for negative form. Diff: --- gcc/doc/invoke.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4e8fbaf356dc..e01be3045702 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -29099,6 +29099,7 @@ Select the CPU for which code is generated. @var{name} may be one of the M32C/80 series. @opindex msim +@opindex mno-sim @item -msim Specifies that the program will be run on the simulator. This causes an alternate runtime library to be linked in which supports, for
