commit | b33e94cfa4777b68719794ad1c1ef630e3dca3c2 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue Apr 25 11:17:19 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Tue Apr 25 11:17:19 2023 +0200 |
tree | d16855d85aae46ba3905759f7defb8d5d559ce36 | |
parent | a5e756e63e170cf69e06be98287528760833aad5 [diff] |
RISC-V: don't recognize bogus relocations With my_getSmallExpression() consistently and silently failing on relocation operators not fitting an insn, it is no longer necessary to hand it percent_op_itype[] "just in case" (i.e. to avoid errors when a subsequent parsing attempt for another operand combination might succeed). This also eliminates the latent problem of percent_op_itype[] and percent_op_stype[] growing a non-identical set of recognized relocation operators.