diff options
author | Lulu Cheng <chenglulu@loongson.cn> | 2025-03-31 15:05:27 +0800 |
---|---|---|
committer | Lulu Cheng <chenglulu@loongson.cn> | 2025-04-01 08:33:33 +0800 |
commit | f6da8c5b993a326fe0528f26b600a25a4bd7c11e (patch) | |
tree | a4174d94b3261115c107812631742cf5ff0ad48d /gcc | |
parent | 56988099af25fb2f9381633e9c5749dac4e84b49 (diff) | |
download | gcc-f6da8c5b993a326fe0528f26b600a25a4bd7c11e.zip gcc-f6da8c5b993a326fe0528f26b600a25a4bd7c11e.tar.gz gcc-f6da8c5b993a326fe0528f26b600a25a4bd7c11e.tar.bz2 |
LoongArch: doc: Put the '-mtls-dialect=opt' option description in the correct position.
gcc/ChangeLog:
* doc/invoke.texi: Corrected the position of '-mtls-dialect=opt'
option.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0da3f29..ab4867c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |