diff options
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index a919304..c001e8e 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2025 Free Software Foundation, Inc. +cc Copyright (C) 2002-2025 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -2563,6 +2563,12 @@ Test system has an integer register width of 64 bits. @item riscv_a Test target architecture has support for the A extension. +@item riscv_b_ok +Test target architecture can execute code with B extension enabled. + +@item riscv_v_ok +Test target architecture can execute code with V extension enabled. + @item riscv_zaamo Test target architecture has support for the zaamo extension. |