]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
RISC-V: update docs to reflect privileged spec v1.9 has been dropped
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>
Wed, 5 Jan 2022 13:57:28 +0000 (14:57 +0100)
committerPhilipp Tomsich <philipp.tomsich@vrull.eu>
Fri, 7 Jan 2022 22:41:25 +0000 (23:41 +0100)
After commit d8af286fffa ("RISC-V: Drop the privileged spec v1.9
support.") has removed support for privileged spec v1.9, this removes
it from the documentation.

References: d8af286fffa ("RISC-V: Drop the privileged spec v1.9 support.")

gas/ChangeLog:

* configure: Regenerate.
* configure.ac: Remove reference to priv spec 1.9.
* po/fr.po: Same.
* po/ru.po: Same.
* po/uk.po: Same.

gas/configure
gas/configure.ac
gas/po/fr.po
gas/po/ru.po
gas/po/uk.po

index 65bd7c973de43795f0eb42350d65b0a9c5e59bc1..12ca81bb16bff0ffd141ca9c42867a5ede4191af 100755 (executable)
@@ -12473,7 +12473,7 @@ _ACEOF
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
 $as_echo "$with_isa_spec" >&6; }
 
-        # --with-priv-spec=[1.9|1.9.1|1.10|1.11|1.12].
+        # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
         if test "x${with_priv_spec}" != x; then
index 4c178eb0a53c4bde5dba55747ca9d4f3a00223ef..572e56e281c90ab311f50b67ad9ea646f9ebed43 100644 (file)
@@ -617,7 +617,7 @@ changequote([,])dnl
         fi
         AC_MSG_RESULT($with_isa_spec)
 
-        # --with-priv-spec=[1.9|1.9.1|1.10|1.11|1.12].
+        # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
         AC_MSG_CHECKING(for default configuration of --with-priv-spec)
         if test "x${with_priv_spec}" != x; then
           AC_DEFINE_UNQUOTED(DEFAULT_RISCV_PRIV_SPEC, "$with_priv_spec",
index beefd4c274530d9eac387175eb51a41b0efe1df1..259b1f51a41c235a87bf632c482cd098b2dbcea6 100644 (file)
@@ -15884,7 +15884,7 @@ msgid ""
 "  -fno-pic                    don't generate position-independent code (default)\n"
 "  -march=ISA                  set the RISC-V architecture\n"
 "  -misa-spec=ISAspec          set the RISC-V ISA spec (2.2, 20190608, 20191213)\n"
-"  -mpriv-spec=PRIVspec        set the RISC-V privilege spec (1.9, 1.9.1, 1.10, 1.11, 1.12)\n"
+"  -mpriv-spec=PRIVspec        set the RISC-V privilege spec (1.9.1, 1.10, 1.11, 1.12)\n"
 "  -mabi=ABI                   set the RISC-V ABI\n"
 "  -mrelax                     enable relax (default)\n"
 "  -mno-relax                  disable relax\n"
@@ -15896,7 +15896,7 @@ msgstr ""
 "  -fno-pic                    ne pas générer du code indépendant de la position (défaut)\n"
 "  -march=ISA                  définir l'architecture RISC-V\n"
 "  -misa-spec=ISAspec          définir la spécification de l'ISA RISC-V (2.2, 20190608, 20191213)\n"
-"  -mpriv-spec=PRIVspec        définir la spécification de privilège RISC-V (1.9, 1.9.1, 1.10, 1.11, 1.12)\n"
+"  -mpriv-spec=PRIVspec        définir la spécification de privilège RISC-V (1.9.1, 1.10, 1.11, 1.12)\n"
 "  -mabi=ABI                   définir l'ABI RISC-V\n"
 "  -mrelax                     activer la relaxation (défaut)\n"
 "  -mno-relax                  désactiver la relaxation\n"
index 61f61f502590cbcd29db700954ac5238767a61c2..4292ebaa1e4005ea7bc119cb81112a110e3b4750 100644 (file)
@@ -15966,7 +15966,7 @@ msgid ""
 "  -fno-pic                    don't generate position-independent code (default)\n"
 "  -march=ISA                  set the RISC-V architecture\n"
 "  -misa-spec=ISAspec          set the RISC-V ISA spec (2.2, 20190608, 20191213)\n"
-"  -mpriv-spec=PRIVspec        set the RISC-V privilege spec (1.9, 1.9.1, 1.10, 1.11, 1.12)\n"
+"  -mpriv-spec=PRIVspec        set the RISC-V privilege spec (1.9.1, 1.10, 1.11, 1.12)\n"
 "  -mabi=ABI                   set the RISC-V ABI\n"
 "  -mrelax                     enable relax (default)\n"
 "  -mno-relax                  disable relax\n"
@@ -15982,7 +15982,7 @@ msgstr ""
 "                 задать спецификацию ISA RISC-V (2.2, 20190608, 20191213)\n"
 "  -mpriv-spec=PRIVspec\n"
 "                 задать спецификацию привилегий RISC-V\n"
-"                 (1.9, 1.9.1, 1.10, 1.11, 1.12)\n"
+"                 (1.9.1, 1.10, 1.11, 1.12)\n"
 "  -mabi=ABI      задать RISC-V ABI\n"
 "  -mrelax        включить ослабление (по умолчанию)\n"
 "  -mno-relax     выключить ослабление\n"
index 0765b51a3e8fc222e65c41eafb55d0dd5b955d99..73581c7de9f0b91a636d36ff85455758e76f05b4 100644 (file)
@@ -15877,7 +15877,7 @@ msgid ""
 "  -fno-pic                    don't generate position-independent code (default)\n"
 "  -march=ISA                  set the RISC-V architecture\n"
 "  -misa-spec=ISAspec          set the RISC-V ISA spec (2.2, 20190608, 20191213)\n"
-"  -mpriv-spec=PRIVspec        set the RISC-V privilege spec (1.9, 1.9.1, 1.10, 1.11, 1.12)\n"
+"  -mpriv-spec=PRIVspec        set the RISC-V privilege spec (1.9.1, 1.10, 1.11, 1.12)\n"
 "  -mabi=ABI                   set the RISC-V ABI\n"
 "  -mrelax                     enable relax (default)\n"
 "  -mno-relax                  disable relax\n"
@@ -15889,7 +15889,7 @@ msgstr ""
 "  -fno-pic                    не створювати позиційно незалежного коду (типово)\n"
 "  -march=ISA                  встановити архітектуру RISC-V\n"
 "  -misa-spec=ISAspec          встановити специфікацію ISA RISC-V (2.2, 20190608, 20191213)\n"
-"  -mpriv-spec=PRIVspec        встановити специфікацію прав доступу RISC-V (1.9, 1.9.1, 1.10, 1.11, 1.12)\n"
+"  -mpriv-spec=PRIVspec        встановити специфікацію прав доступу RISC-V (1.9.1, 1.10, 1.11, 1.12)\n"
 "  -mabi=ABI                   встановити ABI RISC-V\n"
 "  -mrelax                     увімкнути оптимізацію (типова поведінка)\n"
 "  -mno-relax                  вимкнути оптимізацію\n"