https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122243
--- Comment #50 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <[email protected]>: https://gcc.gnu.org/g:371b159a50e45a9776a47e2e88aa1b3747d4a2c8 commit r16-6093-g371b159a50e45a9776a47e2e88aa1b3747d4a2c8 Author: Sandra Loosemore <[email protected]> Date: Fri Dec 5 17:07:29 2025 +0000 doc, msp430: Clean up MSP430 option documentation [PR122243] gcc/ChangeLog PR other/122243 * config/msp430/msp430.opt (mcpu): Mark deprecated option as "Undocumented". (mdevices-csv-loc=): Mark option not intended to be used by users as "Undocumented". * doc/invoke.texi (Option Summary) <MSP430 Options>: Fill in argument syntax for options of the form -mfoo=@var{arg}. Don't list deprecated option -mcpu=. Add missing entries for -mwarn-devices-csv and -muse-lower-region-prefix. (MSP430 Options): Similarly document argument syntax in the table @item entries. Add @opindex entries for negative forms. Delete documentation of deprecated -mcpu= option. Add documentation for -muse-lower-region-prefix. Markup and copy-editing fixes throughout the section.
