commit | 0d1f4362682f0c3be74f8d8d8e097e9c4a4d04f2 | [log] [tgz] |
---|---|---|
author | Marek Pikuła <m.pikula@partner.samsung.com> | Thu Mar 27 15:09:15 2025 +0100 |
committer | Nelson Chu <nelson@rivosinc.com> | Fri Mar 28 09:20:50 2025 +0800 |
tree | 2407f5b39f19a3b3c06824ca3e99e6cfcba2d5d2 | |
parent | b667765b2c3e098c5930c28c2f89584523bf99d6 [diff] |
RISC-V: Don't show support for 1.9.1 priv spec The privileged spec 1.9.1 support was removed since binutils 2.43. The linker only recognizes it and then reports a warning that it may conflict with other spec versions. While the support is removed, binutils should still recognize it, but it shouldn't be exposed to the user in `disassember-options` help. Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>