]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc, visium: Clean up Visium options documentation [PR122243]
authorSandra Loosemore <sloosemore@baylibre.com>
Mon, 5 Jan 2026 21:39:07 +0000 (21:39 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Sat, 17 Jan 2026 21:20:50 +0000 (21:20 +0000)
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
gcc/doc/invoke.texi

index 9c0a5ef9ed8bea8d1c7614ddcb3f4fb00298ab41..aa6df596dcccf5c0c23e8ce37043c01acc396c57 100644 (file)
@@ -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)
index a18c0c1759f855b38edc2d26a718a283f6e5016a..a95f4d2fb6d7c301ff16a8313b33995338f9de21 100644 (file)
@@ -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