https://gcc.gnu.org/g:64b61f9f5094fb42d0d4673614b339ec1f58a01c

commit r16-5721-g64b61f9f5094fb42d0d4673614b339ec1f58a01c
Author: Sandra Loosemore <[email protected]>
Date:   Sat Nov 29 02:40:24 2025 +0000

    doc: Fix alphabetization of FRV/FT32 option documentation sections.
    
    The FRV and FT32 options were incorrectly alphabetized with respect to
    each other in the Options Summary, the menu for the Submodel Options
    section, and in the order of their respective subsections.  Fixed
    thusly.
    
    gcc/ChangeLog
            * doc/invoke.texi (Options Summary): Switch ordering of FRV
            and FT32.
            (Submodel Options): Likewise in the menu and section ordering.

Diff:
---
 gcc/doc/invoke.texi | 86 ++++++++++++++++++++++++++---------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 8a5c554770d2..3be6635c70a3 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1086,9 +1086,6 @@ Objective-C and Objective-C++ Dialects}.
 @emph{FR30 Options} (@ref{FR30 Options})
 @gccoptlist{-msmall-model  -mno-lsim}
 
-@emph{FT32 Options} (@ref{FT32 Options})
-@gccoptlist{-msim  -mnodiv  -mft32b  -mcompress  -mnopm}
-
 @emph{FRV Options} (@ref{FRV Options})
 @gccoptlist{-mgpr-32  -mgpr-64  -mfpr-32  -mfpr-64
 -mhard-float  -msoft-float
@@ -1103,6 +1100,9 @@ Objective-C and Objective-C++ Dialects}.
 -mTLS  -mtls
 -mcpu=@var{cpu}}
 
+@emph{FT32 Options} (@ref{FT32 Options})
+@gccoptlist{-msim  -mnodiv  -mft32b  -mcompress  -mnopm}
+
 @emph{GNU/Linux Options} (@ref{GNU/Linux Options})
 @gccoptlist{-mglibc  -muclibc  -mmusl  -mbionic  -mandroid
 -tno-android-cc  -tno-android-ld}
@@ -22385,8 +22385,8 @@ platform.
 * DEC Alpha Options::
 * eBPF Options::
 * FR30 Options::
-* FT32 Options::
 * FRV Options::
+* FT32 Options::
 * GNU/Linux Options::
 * H8/300 Options::
 * HPPA Options::
@@ -27724,45 +27724,6 @@ command line.
 
 @end table
 
-@node FT32 Options
-@subsection FT32 Options
-@cindex FT32 Options
-
-These options are defined specifically for the FT32 port.
-
-@table @gcctabopt
-
-@opindex msim
-@opindex mno-sim
-@item -msim
-Specifies that the program will be run on the simulator.  This causes
-an alternate runtime startup and library to be linked.
-You must not use this option when generating programs that will run on
-real hardware; you must provide your own runtime library for whatever
-I/O functions are needed.
-
-@opindex mnodiv
-@opindex mno-nodiv
-@item -mnodiv
-Do not use div and mod instructions.
-
-@opindex mft32b
-@opindex mno-ft32b
-@item -mft32b
-Enable use of the extended instructions of the FT32B processor.
-
-@opindex mcompress
-@opindex mno-compress
-@item -mcompress
-Compress all code using the Ft32B code compression scheme.
-
-@opindex mnopm
-@opindex mno-nopm
-@item -mnopm
-Do not generate code that reads program memory.
-
-@end table
-
 @node FRV Options
 @subsection FRV Options
 @cindex FRV Options
@@ -28032,6 +27993,45 @@ Select the processor type for which to generate code.  
Possible values are
 
 @end table
 
+@node FT32 Options
+@subsection FT32 Options
+@cindex FT32 Options
+
+These options are defined specifically for the FT32 port.
+
+@table @gcctabopt
+
+@opindex msim
+@opindex mno-sim
+@item -msim
+Specifies that the program will be run on the simulator.  This causes
+an alternate runtime startup and library to be linked.
+You must not use this option when generating programs that will run on
+real hardware; you must provide your own runtime library for whatever
+I/O functions are needed.
+
+@opindex mnodiv
+@opindex mno-nodiv
+@item -mnodiv
+Do not use div and mod instructions.
+
+@opindex mft32b
+@opindex mno-ft32b
+@item -mft32b
+Enable use of the extended instructions of the FT32B processor.
+
+@opindex mcompress
+@opindex mno-compress
+@item -mcompress
+Compress all code using the Ft32B code compression scheme.
+
+@opindex mnopm
+@opindex mno-nopm
+@item -mnopm
+Do not generate code that reads program memory.
+
+@end table
+
 @node GNU/Linux Options
 @subsection GNU/Linux Options

Reply via email to