diff options
author | Philipp Tomsich <philipp.tomsich@vrull.eu> | 2022-01-05 14:57:28 +0100 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@vrull.eu> | 2022-01-07 23:41:25 +0100 |
commit | 9fba072133e0463467e7927c2bebc994502bb7dc (patch) | |
tree | 97b7b5520c5f7f7ffc1a849f729cfda22a2630c7 /gas/configure.ac | |
parent | 86d39e66f5bfccc461865b740e8a9049fe1a048e (diff) | |
download | gdb-9fba072133e0463467e7927c2bebc994502bb7dc.zip gdb-9fba072133e0463467e7927c2bebc994502bb7dc.tar.gz gdb-9fba072133e0463467e7927c2bebc994502bb7dc.tar.bz2 |
RISC-V: update docs to reflect privileged spec v1.9 has been dropped
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.
Diffstat (limited to 'gas/configure.ac')
-rw-r--r-- | gas/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.ac b/gas/configure.ac index 4c178eb..572e56e 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", |