From 86d39e66f5bfccc461865b740e8a9049fe1a048e Mon Sep 17 00:00:00 2001 From: Philipp Tomsich Date: Tue, 4 Jan 2022 18:12:32 +0100 Subject: RISC-V: update docs for -mpriv-spec/--with-priv-spec for 1.12 While support for the privileged spec was added in a63375ac337 ("RISC-V: Hypervisor ext: support Privileged Spec 1.12"), the documentation has not been updated. Add 1.12 to the relevant documentation. References: a63375ac337 ("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. --- gas/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/configure.ac') diff --git a/gas/configure.ac b/gas/configure.ac index dc7fd1f..4c178eb 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]. + # --with-priv-spec=[1.9|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", -- cgit v1.1