https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122243
--- Comment #53 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:6b932314a181d459b5c37eced03a634eb20777b8 commit r16-6096-g6b932314a181d459b5c37eced03a634eb20777b8 Author: Sandra Loosemore <[email protected]> Date: Fri Dec 5 17:07:31 2025 +0000 doc, or1k: Clean up OpenRISC option documentation [PR122243] I'm not sure what the rationale is for having "RejectNegative" on all of the options that control instruction usage except for -mdouble-float, but with this patch the documentation matches what is in the .opt files. gcc/ChangeLog PR other/122243 * config/or1k/elf.opt (mnewlib): Mark obsolete option as "Undocumented". * config/or1k/or1k.opt (mcmov): Don't use future tense in doc string. (msfimm): Likewise. (mshftimm): Likewise. * doc/invoke.texi (Option Summary) <OpenRISC Options>: Don't document -mnewlib. (OpenRISC Options): Likewise. Add @opindex entry for -mno-double-float. Fix more instances of incorrect use of future tense.
