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.
---
 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 9c0a5ef9ed8..aa6df596dcc 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 d7da25e0485..5981525bac9 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})
@@ -35571,16 +35571,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
-- 
2.39.5

Reply via email to