https://gcc.gnu.org/g:7d1dab00611e92803ce5656d1b57a7d82031b608

commit r16-7407-g7d1dab00611e92803ce5656d1b57a7d82031b608
Author: Takayuki 'January June' Suwa <[email protected]>
Date:   Sun Feb 8 05:05:37 2026 +0900

    invoke.texi: xtensa - Revise the description of -mconst16
    
    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."

Diff:
---
 gcc/doc/invoke.texi | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c3c2645b4a46..60d0b570710c 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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

Reply via email to