https://gcc.gnu.org/g:d2fa706a6026bc999a45cc42fcc58ff9383cabba

commit r16-6871-gd2fa706a6026bc999a45cc42fcc58ff9383cabba
Author: Sandra Loosemore <[email protected]>
Date:   Mon Jan 5 21:39:07 2026 +0000

    doc, visium: Clean up Visium options documentation [PR122243]
    
    gcc/ChangeLog
            PR other/122243
            * config/visium/visium.opt (menable-trampolines): Mark Undocumented.
            * doc/invoke.texi (Options Summary) <Visium Options>: Remove
            redundant -mno- option.
            (Visium Options): Copy-editing to put in active voice and add 
markup.

Diff:
---
 gcc/config/visium/visium.opt |  2 +-
 gcc/doc/invoke.texi          | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/gcc/config/visium/visium.opt b/gcc/config/visium/visium.opt
index 9c0a5ef9ed8b..aa6df596dccc 100644
--- a/gcc/config/visium/visium.opt
+++ b/gcc/config/visium/visium.opt
@@ -69,7 +69,7 @@ Target RejectNegative InverseMask(SV_MODE)
 Generate code for the user mode.
 
 menable-trampolines
-Target RejectNegative
+Target Undocumented RejectNegative
 Only retained for backward compatibility.
 
 Mask(MCM)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a18c0c1759f8..a95f4d2fb6d7 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1487,7 +1487,7 @@ See RS/6000 and PowerPC Options.
 -mvaxc-alignment  -mqmath}
 
 @emph{Visium Options} (@ref{Visium Options})
-@gccoptlist{-mdebug  -msim  -mfpu  -mno-fpu  -mhard-float  -msoft-float
+@gccoptlist{-mdebug  -msim  -mfpu  -mhard-float  -msoft-float
 -mcpu=@var{cpu-type}  -mtune=@var{cpu-type}  -msv-mode  -muser-mode}
 
 @emph{VMS Options} (@ref{VMS Options})
@@ -35611,16 +35611,16 @@ and subtraction.
 
 @opindex mdebug
 @item -mdebug
-A program which performs file I/O and is destined to run on an MCM target
-should be linked with this option.  It causes the libraries libc.a and
-libdebug.a to be linked.  The program should be run on the target under
-the control of the GDB remote debugging stub.
+Use this option when linking programs that perform file I/O and are
+destined to run on an MCM target.  It causes the libraries
+@file{libc.a} and @file{libdebug.a} to be linked.  You should run program
+on the the target under the control of the GDB remote debugging stub.
 
 @opindex msim
 @item -msim
-A program which performs file I/O and is destined to run on the simulator
-should be linked with option.  This causes libraries libc.a and libsim.a to
-be linked.
+Use this option when linking programs that perform file I/O and are
+destined to run on the simulator.  It causes the libraries
+@file{libc.a} and @file{libsim.a} to be linked.
 
 @opindex mfpu
 @opindex mhard-float

Reply via email to