From: Takayuki 'January June' Suwa Date: Sat, 7 Feb 2026 20:05:37 +0000 (+0900) Subject: invoke.texi: xtensa - Revise the description of -mconst16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1dab00611e92803ce5656d1b57a7d82031b608;p=thirdparty%2Fgcc.git 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 --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c3c2645b4a4..60d0b570710 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