diff options
author | Jan Beulich <jbeulich@suse.com> | 2023-09-05 10:03:35 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2023-09-05 10:03:35 +0200 |
commit | d4868004365e6bc4232a1b8ebd4b328fc5bec8b1 (patch) | |
tree | be93d389ab6a0ce5be44b077c447209fefcd6f82 /include | |
parent | 404def8928b5746573e24dc31c6fd6ec5b07d97f (diff) | |
download | gdb-d4868004365e6bc4232a1b8ebd4b328fc5bec8b1.zip gdb-d4868004365e6bc4232a1b8ebd4b328fc5bec8b1.tar.gz gdb-d4868004365e6bc4232a1b8ebd4b328fc5bec8b1.tar.bz2 |
RISC-V: fold duplicate code in vector_macro()
There's no need to have almost identical code twice. Do away with
M_VMSGEU and instead simply use an unused (for these macros) field to
tell apart both variants.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/riscv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h index 38927bd..93dd516 100644 --- a/include/opcode/riscv.h +++ b/include/opcode/riscv.h @@ -563,7 +563,6 @@ enum M_SEXTB, M_SEXTH, M_VMSGE, - M_VMSGEU, M_FLH, M_FSH, M_NUM_MACROS |