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 | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
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
--
2.39.5