commit | 695776dc2f43c56dd2ae2f7036fb7cf74e19b46b | [log] [tgz] |
---|---|---|
author | Tsukasa OI <research_trasio@irq.a4lg.com> | Tue Jul 25 01:40:09 2023 +0000 |
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | Tue Jul 25 01:42:44 2023 +0000 |
tree | 4e44329a84781eda480789b88c0c08d1b1c62dba | |
parent | 3dfee72010248aca5932a27b4c34d3b79ab9f057 [diff] |
RISC-V: Enable RVC on ".option arch, +zca" etc. Since the 'Zca' extension is the new base of the compressed instructions, this commit enables RVC *also* when the 'Zca' extension is enabled via ".option arch" directive. gas/ChangeLog: * config/tc-riscv.c (s_riscv_option): Enable RVC also when the 'Zca' extension is enabled after an ".option arch" directive.