You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Passing the argument "arch=rv32ima_zca_zcb" during compilation.
zca remains enabled.
Maybe the issue is that you're trying to disable zca before disabling zcb so the tools don't allow you to do this because zca is a dependency of zcb (which is still enabled at that point)?
Does it work if you reverse the order and first disable zcb and then zca?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to restrict the generation of Zc in a segment of assembly code using the .option.
When I write code like this:
Passing the argument "arch=rv32ima_zca_zcb" during compilation.
zca remains enabled.
When I browse through the code, I notice that:
https://github.com/bminor/binutils-gdb/blob/master/bfd/elfxx-riscv.c
When I enable zcb, zca will be included by default.
why it was designed this way?What would be the appropriate usage?
The text was updated successfully, but these errors were encountered: