commit | f67b2bc9d9e0e7ef2ad4bc2f05da940556ebb451 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Aug 01 09:18:15 2025 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Aug 01 09:18:15 2025 +0200 |
tree | 60c765ed80b5cf61aecb6ce96df6d33d7a7fafbe | |
parent | b2250bfa948be835b8bf7e19f1d3a822a4d54073 [diff] |
opcodes/riscv: make riscv_options[] const There's no reason to allow the array to be modifiable. In fact the compiler is able to infer this, placing the array in .data.rel.ro, but let's make it explicit.