Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RISC-V: Allow nested implications for extensions
Certain extensions require two levels of implications. For example, zvkng implies zvkn and zvkn implies zvkned. Enabling zvkng should also enable zvkned. This patch fixes this behavior. bfd/ChangeLog: * elfxx-riscv.c (riscv_parse_add_implicit_subsets): Allow nested implications for extensions. Signed-off-by: Nathan Huckleberry <[email protected]> Signed-off-by: Christoph Müllner <[email protected]>
- Loading branch information