[PATCH v1 2/2] RISC-V: update docs to reflect privileged spec v1.9 has been dropped

Philipp Tomsich philipp.tomsich@vrull.eu
Wed Jan 5 21:26:50 GMT 2022


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    | 2 +-
 gas/configure.ac | 2 +-
 gas/po/fr.po     | 4 ++--
 gas/po/ru.po     | 4 ++--
 gas/po/uk.po     | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gas/configure b/gas/configure
index 65bd7c973de..12ca81bb16b 100755
--- a/gas/configure
+++ b/gas/configure
@@ -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
diff --git a/gas/configure.ac b/gas/configure.ac
index 4c178eb0a53..572e56e281c 100644
--- a/gas/configure.ac
+++ b/gas/configure.ac
@@ -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",
diff --git a/gas/po/fr.po b/gas/po/fr.po
index beefd4c2745..259b1f51a41 100644
--- a/gas/po/fr.po
+++ b/gas/po/fr.po
@@ -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"
diff --git a/gas/po/ru.po b/gas/po/ru.po
index 61f61f50259..4292ebaa1e4 100644
--- a/gas/po/ru.po
+++ b/gas/po/ru.po
@@ -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"
diff --git a/gas/po/uk.po b/gas/po/uk.po
index 0765b51a3e8..73581c7de9f 100644
--- a/gas/po/uk.po
+++ b/gas/po/uk.po
@@ -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"
-- 
2.33.1



More information about the Binutils mailing list