RISC-V: update docs for -mpriv-spec/--with-priv-spec for 1.12

While support for the privileged spec was added in a63375ac33
("RISC-V: Hypervisor ext: support Privileged Spec 1.12"), the
documentation has not been updated.  Add 1.12 to the relevant
documentation.

References: a63375ac33 ("RISC-V: Hypervisor ext: support Privileged Spec 1.12")

gas/ChangeLog:

	* config/tc-riscv.c: Add 1.12 to the usage message.
	* configure: Regenerate.
	* configure.ac: Add 1.12 to the help/usage message.
	* po/fr.po: Same.
	* po/ru.po: Same.
	* po/uk.po: Same.
This commit is contained in:
Philipp Tomsich
2022-01-04 18:12:32 +01:00
parent 8d5e08e10e
commit 86d39e66f5
6 changed files with 9 additions and 9 deletions

2
gas/configure vendored
View File

@@ -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].
# --with-priv-spec=[1.9|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