]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
LoongArch: doc: Put the '-mtls-dialect=opt' option description in the correct position.
authorLulu Cheng <chenglulu@loongson.cn>
Mon, 31 Mar 2025 07:05:27 +0000 (15:05 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Tue, 1 Apr 2025 00:33:33 +0000 (08:33 +0800)
gcc/ChangeLog:

* doc/invoke.texi: Corrected the position of '-mtls-dialect=opt'
option.

gcc/doc/invoke.texi

index 0da3f296beb0cec79b7848c850e1ff4a6ba1631a..ab4867cc5947440f0dde824b8e66a6c73b57ca93 100644 (file)
@@ -28029,6 +28029,14 @@ build with @option{-march=la664}, it is enabled by default.  The default is
 This option controls which tls dialect may be used for general dynamic and
 local dynamic TLS models.
 
+@table @samp
+@item trad
+Use traditional TLS. This is the default.
+
+@item desc
+Use TLS descriptors.
+@end table
+
 @opindex mannotate-tablejump
 @opindex mno-annotate-tablejump
 @item -mannotate-tablejump
@@ -28040,14 +28048,6 @@ tools, for example @file{objtool} of the Linux kernel building system,
 need the annotation to analysis the control flow.  The default is
 @option{-mno-annotate-tablejump}.
 
-@table @samp
-@item trad
-Use traditional TLS. This is the default.
-
-@item desc
-Use TLS descriptors.
-@end table
-
 @item --param loongarch-vect-unroll-limit=@var{n}
 The vectorizer will use available tuning information to determine whether it
 would be beneficial to unroll the main vectorized loop and by how much.  This