]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi: xtensa - Revise the description of -mconst16
authorTakayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
Sat, 7 Feb 2026 20:05:37 +0000 (05:05 +0900)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 9 Feb 2026 09:48:11 +0000 (01:48 -0800)
The statement that the CONST16 instruction in the Xtensa ISA is non-standard
is no longer correct and should be deleted.

gcc/ChangeLog:

* doc/invoke.texi (-mconst16/-mno-const16):
Remove the clause "The CONST16 instruction is currently not a
standard option from Tensilica."

gcc/doc/invoke.texi

index c3c2645b4a46d5feb28ee5e8428d1bc391a97b87..60d0b570710c9d4d6cca41e61b798a7c273c13f7 100644 (file)
@@ -37217,11 +37217,10 @@ These options are supported for Xtensa targets:
 @item -mconst16
 @itemx -mno-const16
 Enable or disable use of @code{CONST16} instructions for loading
-constant values.  The @code{CONST16} instruction is currently not a
-standard option from Tensilica.  When enabled, @code{CONST16}
-instructions are always used in place of the standard @code{L32R}
-instructions.  The use of @code{CONST16} is enabled by default only if
-the @code{L32R} instruction is not available.
+constant values.  When enabled, @code{CONST16} instructions are always
+used in place of the standard @code{L32R} instructions.  The use of
+@code{CONST16} is enabled by default only if the @code{L32R} instruction
+is not available.
 
 @opindex mserialize-volatile
 @opindex mno-serialize-volatile